WaveShark

From Robowiki
Revision as of 04:47, 18 August 2017 by MultiplyByZer0 (talk | contribs) (Mass-edit Robocode Repository URLs)
Jump to navigation Jump to search
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