Difference between revisions of "SavantWS"

From Robowiki
Jump to navigation Jump to search
(SavantWS)
 
(Mass-edit Robocode Repository URLs)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Infobox Robot
 +
| name        = SavantWS
 +
| extends    = [[AdvancedRobot]]
 +
| author      = [[User:CrazyBassoonist|CrazyBassoonist]]
 +
| movement    = [[Wave Surfing]]
 +
| targeting  = Gun Lock
 +
| isOneOnOne  = true
 +
| isOpenSource = true
 +
| download_link = http://robocode-archive.strangeautomata.com/robots/oog.nano.SavantWS_0.1.jar
 +
}}
 +
 
== Background Information ==
 
== Background Information ==
  
 +
; Bot Name
 +
: SavantWS
  
'''Bot Name'''
+
; Author
 
+
: [[User:CrazyBassoonist|CrazyBassoonist]]
SavantWS
 
 
 
'''Author'''
 
 
 
[[User:CrazyBassoonist]]
 
 
 
'''Extends'''
 
 
 
AdvancedRobot
 
 
 
'''What's special about it?'''
 
 
 
Its the first ever nanobot to surf waves.
 
  
'''Great, I want to try it. Where can I download it?'''
+
; Extends
 +
: [[AdvancedRobot]]
  
robocoderepository.com
+
; What's special about it?
 +
: It's the first ever [[NanoBot|nanobot]] to surf [[wave]]s.
  
'''How competitive is it?'''
+
; Great, I want to try it. Where can I download it?'''
 +
: http://robocode-archive.strangeautomata.com/robots/oog.nano.SavantWS_0.1.jar
  
It doesn't like to worry itself with minor details like hitting the other robot.
+
; How competitive is it?
 +
: It doesn't like to worry itself with minor details like hitting the other robot.
  
 
== Strategy ==
 
== Strategy ==
'''How does it move?'''
 
 
It tracks waves using the predicted hit time and tries to move to a certain spot on each one. It changes that spot when it gets hit.
 
 
'''How does it fire?'''
 
 
Duelistnano's gun/radar, which involves basically using a radar lock in your gun code.
 
 
'''How does it dodge bullets?'''
 
  
Wavesurfing.
+
; How does it move?
 +
: It tracks waves using the predicted hit time and tries to move to a certain spot on each one. It changes that spot when it gets hit.
  
'''How does the melee strategy differ from one-on-one strategy? '''
+
; How does it fire?
 +
: [[DuelistNano]]'s gun/radar, which involves basically using a radar lock in your gun code.
  
Now melee surfing in a nanobot, that would be special!
+
; How does it dodge bullets?
 +
: [[Wave Surfing]]
  
 +
; How does the melee strategy differ from one-on-one strategy?
 +
: Now melee surfing in a nanobot, that would be special!
  
'''What does it save between rounds and matches? '''
 
  
The spot to move to.
+
; What does it save between rounds and matches?
 +
: The spot to move to.
  
 
== Additional Information ==
 
== Additional Information ==
'''Where did you get the name?'''
 
 
SavantVS, except with WaveSurfing instead of VelocitySurfing
 
 
'''Can I use your code? '''
 
 
RWPCL
 
 
'''What's next for your robot? '''
 
  
I'm pretty sure it won't be getting an update anytime soon.
+
; Where did you get the name?
 +
: [[SavantVS]], except with Wave Surfing instead of Velocity Surfing
  
'''Does it have any White Whales? ''' 
+
; Can I use your code?
 +
: RWPCL
  
Not really.
+
; What's next for your robot?
 +
: I'm pretty sure it won't be getting an update anytime soon.
  
'''What other robot(s) is it based on? '''
+
; Does it have any [[White Whale]]s?  
 +
: Not really.
  
Pretty much every other wavesurfing robot.
+
; What other robot(s) is it based on?
 +
: Pretty much every other wavesurfing robot.
  
  
 
[[Category:NanoBots]]
 
[[Category:NanoBots]]
 
[[Category:Bots]]
 
[[Category:Bots]]
[[Category:1-vs-1 Bots]]
 

Latest revision as of 04:46, 18 August 2017

SavantWS
Author(s) CrazyBassoonist
Extends AdvancedRobot
Targeting Gun Lock
Movement Wave Surfing
Download

Background Information

Bot Name
SavantWS
Author
CrazyBassoonist
Extends
AdvancedRobot
What's special about it?
It's the first ever nanobot to surf waves.
Great, I want to try it. Where can I download it?
http://robocode-archive.strangeautomata.com/robots/oog.nano.SavantWS_0.1.jar
How competitive is it?
It doesn't like to worry itself with minor details like hitting the other robot.

Strategy

How does it move?
It tracks waves using the predicted hit time and tries to move to a certain spot on each one. It changes that spot when it gets hit.
How does it fire?
DuelistNano's gun/radar, which involves basically using a radar lock in your gun code.
How does it dodge bullets?
Wave Surfing
How does the melee strategy differ from one-on-one strategy?
Now melee surfing in a nanobot, that would be special!


What does it save between rounds and matches?
The spot to move to.

Additional Information

Where did you get the name?
SavantVS, except with Wave Surfing instead of Velocity Surfing
Can I use your code?
RWPCL
What's next for your robot?
I'm pretty sure it won't be getting an update anytime soon.
Does it have any White Whales?
Not really.
What other robot(s) is it based on?
Pretty much every other wavesurfing robot.