Difference between revisions of "Sabreur"

From Robowiki
Jump to navigation Jump to search
m (Minor edit.)
 
(8 intermediate revisions by 3 users not shown)
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://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
 
}}
 
}}
 +
[[/Code]]
 
== 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.
+
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 just tweaked the mode selection.
+
: See [[Caligula]]'s page, I mainly tweaked the mode selection.
  
 
; 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?
Line 32: Line 43:
  
 
; Where did you get the name?
 
; Where did you get the name?
: Sabre is one of the three forms of modern sport fencing, along with Epee and Foil.  [http://en.wikipedia.org/wiki/Sabre_%28fencing%29]
+
: Sabre is one of the three forms of modern sport fencing, along with Épée and Foil.  [http://en.wikipedia.org/wiki/Sabre_%28fencing%29]
  
 
; Can I use your code?
 
; Can I use your code?
Line 41: Line 52:
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: The strategy and tactics come from [[Caligula]], ramming code/inspiration from NanoDeath[http://old.robowiki.net/robowiki?NanoDeath] and [[GrubbmThree]], part of the [[Energy Management]] code came from MostlyHarmlessNano[[http://old.robowiki.net/robowiki?MostlyHarmlessNano].
+
: The strategy and tactics come from [[Caligula]], ramming code/inspiration from NanoDeath[http://old.robowiki.net/robowiki?NanoDeath] and [[GrubbmThree]], and part of the [[Energy Management]] code is from MostlyHarmlessNano[http://old.robowiki.net/robowiki?MostlyHarmlessNano].
  
 
[[Category:NanoBots]]
 
[[Category:NanoBots]]

Latest revision as of 17: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

/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?

Still in the nanorumble top ten in 2024.

Strategy

How does it move?
See Caligula's page, I mainly 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].