Acraepheus

From Robowiki
Revision as of 16:39, 17 May 2009 by CrazyBassoonist (talk | contribs) (Acraepheus)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Background Information

Bot Name
Acraepheus
Author
CrazyBassoonist
Extends
AdvancedRobot.
What's special about it?
It is a minibot, and currently one of my best robots(In the rumble that is, I'm still perfecting my GuessFactor Targeting/WaveSurfing robot, it won't be out for a long time). The version of it described here is currently unreleased.
Great, I want to try it. Where can I download it?
robocoderepository.com.
How competitive is it?
Not very at the moment, around 150 in the minirumble. We'll see how much the new changes help it.

Strategy

How does it move?
Adapting Stop And Go, trying to avoid the movement distance where it was previously hit and the movement distance that it was hit at last after it's current movement distance. The movement needs a lot of work, I plan for that to be my next update to it.
How does it fire?
Averaged velocity and heading circular targeting, segmented on distance, enemy velocity, and the last place I hit the enemy robot. I'm working on giving it the ability to add and take away the segmentation on last hit location.
How does it dodge bullets?
See "How does it move?"
How does the melee strategy differ from One-on-one strategy?
There is no melee strategy.
How does it select a target to attack/avoid in melee?
It's a one-on-one bot.
What does it save between rounds and matches?
Everything.

Additional Information

Where did you get the name?
I went to wikipedia and hit "random article" until I found a name that sounded cool.
Can I use your code?
Knock yourself out.
What's next for your robot?
Make the movement better. Right now the robot is 90% gun, and movement is much more

important than targeting.

Does it have any White Whales?
All of it's ProblemBots.
What other robot(s) is it based on?
The previous version of my robot. It was written a long time ago, not long after I found Robocode, but it had a strange effectiveness so I decided to start working on it again.

Version History

1.0

  • The original version and the one currently in the rumble. This version featured a crude, unsegmented averaged velocity circular targeter and non-adapting random movement. Best rating was 150 in the minirumble.

1.1

  • Released at the same time as 1.0, this version was the same except that it featured a Stop And Go movement designed to trick simple targeters as well as the random movement. Worse than the first version.

2.1

  • The current development version, unreleased as of May 17, 2009.