Difference between revisions of "Sabreur"
Jump to navigation
Jump to search
m (Added RumbleStats.) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| targeting = [[Linear Targeting]] | | targeting = [[Linear Targeting]] | ||
| movement = [[Multi-Mode]] | | movement = [[Multi-Mode]] | ||
− | | current_version = 1.1. | + | | current_version = 1.1.2 |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar |
− | | source_link = http:// | + | | source_link = http://robocode-archive.strangeautomata.com/robots/sheldor.nano.Sabreur_1.1.2.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
}} | }} | ||
+ | [[/Code]] | ||
== Background Information == | == Background Information == | ||
Line 23: | Line 24: | ||
; How competitive is it? | ; How competitive is it? | ||
− | + | Still in the nanorumble top ten in 2024. | |
== Strategy == | == Strategy == | ||
; How does it [[:Category:Movement|move]]? | ; How does it [[:Category:Movement|move]]? | ||
− | : See [[Caligula]]'s page, I | + | : See [[Caligula]]'s page, I mainly tweaked the mode selection. |
; How does it [[:Category:Targeting|fire]]? | ; How does it [[:Category:Targeting|fire]]? |
Latest revision as of 16:05, 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 |
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?
Still in the nanorumble top ten in 2024.
Strategy
- 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].