Difference between revisions of "Sabreur"

From Robowiki
Jump to navigation Jump to search
m (Very minor edit.)
(Mass-edit Robocode Repository URLs)
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
| current_version = 1.1.1
 
| current_version = 1.1.1
 
| license        = [[RWPCL]]
 
| license        = [[RWPCL]]
| download_link  = http://robocoderepository.com/BotDetail.jsp?id=4210
+
| download_link  = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar
 +
| source_link    = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar
 
| isOpenSource    = yes
 
| isOpenSource    = yes
 
| isOneOnOne      = yes
 
| isOneOnOne      = yes
 
}}
 
}}
 
== Background Information ==
 
== Background Information ==
 +
 +
; Bot Name
 +
: Sabreur
  
 
; What's special about it?
 
; What's special about it?
 
: Not very much, almost everything about it is based on [[Caligula]].
 
: Not very much, almost everything about it is based on [[Caligula]].
 +
 +
; Author
 +
: [[User:Sheldor|Sheldor]]
  
 
; How competitive is it?
 
; How competitive is it?
: Second place in the NanoRumble, by a large margin.
+
: {{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=nanorumble&name=sheldor.nano.Sabreur+1.1.1|rumble=NanoRumble|scorelabel=APS|score=77.06|rank=2nd|win=196|loss=23|plrank=9th|glicko2=1846.6|score2label=Survival|score2=79.76}}
  
 
== Strategy ==
 
== Strategy ==
Line 25: Line 32:
 
; How does it [[:Category:Targeting|fire]]?
 
; How does it [[:Category:Targeting|fire]]?
 
: Again, the same as [[Caligula]].
 
: Again, the same as [[Caligula]].
 +
 +
; Is this robot melee-capable?
 +
: No.
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?

Revision as of 04:46, 18 August 2017

Sabreur
Author(s) Sheldor
Extends AdvancedRobot
Targeting Linear Targeting
Movement Multi-Mode
Current Version 1.1.1
Code License RWPCL
Download
Source

Background Information

Bot Name
Sabreur
What's special about it?
Not very much, almost everything about it is based on Caligula.
Author
Sheldor
How competitive is it?
NanoRumble ‒ APS: 77.06% (2nd), PL: 196-23 (9th), Survival: 79.76%

Strategy

How does it move?
See Caligula's page, I just tweaked the mode selection.
How does it fire?
Again, the same as Caligula.
Is this robot melee-capable?
No.
What does it save between rounds and matches?
Between rounds, the number of times it has died and a few other variables. Nothing between matches.

Additional Information

Where did you get the name?
Sabre is one of the three forms of modern sport fencing, along with Épée and Foil. [1]
Can I use your code?
Yes, but under the terms of the RWPCL.
Does it have any White Whales?
It doesn't have any White Whales, yet, but it does have many problem-bots.
What other robot(s) is it based on?
The strategy and tactics come from Caligula, ramming code/inspiration from NanoDeath[2] and GrubbmThree, and part of the Energy Management code is from MostlyHarmlessNano[3].