Difference between revisions of "Sabreur"

From Robowiki
Jump to navigation Jump to search
(Mass-edit Robocode Repository URLs)
Line 4: Line 4:
 
| targeting      = [[Linear Targeting]]
 
| targeting      = [[Linear Targeting]]
 
| movement        = [[Multi-Mode]]
 
| movement        = [[Multi-Mode]]
| current_version = 1.1.1
+
| current_version = 1.1.2
 
| license        = [[RWPCL]]
 
| license        = [[RWPCL]]
 
| download_link  = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar
 
| download_link  = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar
Line 11: Line 11:
 
| isOneOnOne      = yes
 
| isOneOnOne      = yes
 
}}
 
}}
 +
[[/Code]]
 
== Background Information ==
 
== Background Information ==
  

Revision as of 16:57, 29 April 2024

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

/Code

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].