Difference between revisions of "WaveShark"
Jump to navigation
Jump to search
(creating bot page) |
(Mass-edit Robocode Repository URLs) |
||
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 |
Revision as of 03:47, 18 August 2017
- 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 currently ranked 4th in the micro rumble.
Strategy
- How does it move?
- Very simple WaveSurfing, segmented on velocity.
- How does it fire?
- WeekendObsession's pattern matching gun.
- 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?
- Adding energy management, better enemy energy tracking, and better distancing when I can find the code size.
- What other robot(s) is it based on?
- WeekendObsession