Difference between revisions of "WaveShark"
Jump to navigation
Jump to search
(creating bot page) |
|||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
| current_version = 0.31 | | current_version = 0.31 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/kc.micro.WaveShark_0.31.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
Line 22: | Line 22: | ||
; How competitive is it? | ; How competitive is it? | ||
− | : It is | + | : It is vying for 1st in the micro rumble in terms of APS, although it loses to top micro bots pretty badly 1v1. |
== Strategy == | == Strategy == | ||
Line 30: | Line 30: | ||
; How does it fire? | ; How does it fire? | ||
− | : | + | : It uses a nano-sized pattern matching gun augmented with wall features. |
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
Line 50: | Line 50: | ||
; What's next for your robot? | ; What's next for your robot? | ||
− | : | + | : I'm not sure! The gun is a weak point, but it's hard to find code size to make it better. |
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | :[[WeekendObsession]] | + | : The gun is adapted from [[WeekendObsession]] |
[[Category:MicroBots]] | [[Category:MicroBots]] |
Latest revision as of 03:45, 19 January 2024
- Sub-pages:
- Version History - Archived Talk 20091026
WaveShark | |
Author(s) | Kev |
Extends | AdvancedRobot |
Targeting | PatternMatching |
Movement | Wave Surfing |
Current Version | 0.31 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
- It fits decent wave surfing in a micro bot.
- How competitive is it?
- It is vying for 1st in the micro rumble in terms of APS, although it loses to top micro bots pretty badly 1v1.
Strategy
- How does it move?
- Very simple WaveSurfing, segmented on velocity.
- How does it fire?
- It uses a nano-sized pattern matching gun augmented with wall features.
- How does it dodge bullets?
- Surfing
- How does the melee strategy differ from one-on-one strategy?
- There isn't a melee strategy.
- What does it save between rounds and matches?
- Surfing and pattern matching data between rounds, nothing between matches.
Additional Information
- Where did you get the name?
- It (sort of) surfs like WaveSerpent, hence WaveShark.
- Can I use your code?
- Sure, it's released under the terms of the RWPCL.
- What's next for your robot?
- I'm not sure! The gun is a weak point, but it's hard to find code size to make it better.
- What other robot(s) is it based on?
- The gun is adapted from WeekendObsession