Difference between revisions of "SavantWS"
Jump to navigation
Jump to search
m (painful cleanup) |
(Mass-edit Robocode Repository URLs) |
||
Line 7: | Line 7: | ||
| isOneOnOne = true | | isOneOnOne = true | ||
| isOpenSource = true | | isOpenSource = true | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/oog.nano.SavantWS_0.1.jar |
}} | }} | ||
Line 25: | Line 25: | ||
; Great, I want to try it. Where can I download it?''' | ; Great, I want to try it. Where can I download it?''' | ||
− | : http:// | + | : http://robocode-archive.strangeautomata.com/robots/oog.nano.SavantWS_0.1.jar |
; How competitive is it? | ; How competitive is it? |
Latest revision as of 03: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
- 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.