Difference between revisions of "SavantWS"
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 | ||
− | + | ; Author | |
− | + | : [[User:CrazyBassoonist|CrazyBassoonist]] | |
− | |||
− | |||
− | |||
− | |||
− | [[User:CrazyBassoonist]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Extends | |
+ | : [[AdvancedRobot]] | ||
− | + | ; What's special about it? | |
+ | : It's the first ever [[NanoBot|nanobot]] to surf [[wave]]s. | ||
− | + | ; 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? | |
+ | : [[Wave Surfing]] | ||
+ | ; How does the melee strategy differ from one-on-one strategy? | ||
+ | : Now melee surfing in a nanobot, that would be special! | ||
− | |||
− | 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 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 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]] | ||
− |
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.