Cunobelin

From Robowiki
Jump to navigation Jump to search
Cunobelin
Author(s) Skilgannon
Extends AdvancedRobot
Targeting Multiple Choice Pattern Matcher (symbolic/string based)
Movement Wave Surfing
Released 2008
Current Version 0.2.2
Download
Sub-pages:
Version History

Bot Name

Cunobelin

Author

Skilgannon

Extends

AdvancedRobot

What's special about it?

It's a wavesurfing minibot. AFAIK, it is the only Wave Surfing minibot to have double-buffered stats =)

Great, I want to try it. Where can I download it?

http://robocode-archive.strangeautomata.com/robots/jk.mini.Cunobelin_0.2.2.jar

How competitive is it?

It beats Komarious, which is good enough for me =)

How does it move?

A fairly simple Wave Surfing, based off of BasicSurfer, segmented on lateral velocity, distance, and forward-wall proximity. It also has an unsegmented buffer to help avoid all those simple guns.

How does it fire?

Originally, the gun was ripped out of Waylander, and then completely restructured. The gun is now based on the one in Toorkild.

How does it dodge bullets?

Wave Surfing!

How does the melee strategy differ from One On One strategy?

Don't try running this on a field not 800x600, it will freeze if it gets placed outside of this area! But besides that, there is no difference ;-)

How does it select a target to attack/avoid in melee?

The first one it sees.

What does it save between rounds and matches?

Between rounds, GuessFactor data for movement and pattern data for gun. Nothing between matches.

Where did you get the name?

Cunobelin was a Celtic king, and a semi-fictional novel was written on him by David Gemmell. It is believed that many of the stories of King Arthur are based off of Cunobelin's exploits, and in the novel he wields a Sword of Power, based off of the legends of Excalibur.

Can I use your code?

Under the following terms:

  • Your bot MUST be Open Source.
  • You give credit in your code, and in any documentation of your bot.
  • Pleeaase don't just take my bot, tweak it and release it under another name. Rather tell me about the changes, and I'll give you credit. =)

What's next for your robot?

Um... surfing multiple waves (if I can fit it), precise bot-widths (if I can fit it), I'll think of something if I can free up the codesize. I'm at 1498 at the moment, after adding the precise energy tracking that I had forgotten earlier, and a lot of shrinking.

Does it have any White Whales?

Let's see =)

What other robot(s) is it based on?

  • Waylander - the gun is functionally equivalent, and if I were to inline it the code would be exactly the same.
    • Update: The gun is now based on the one in Toorkild.
  • BasicSurfer - Thanks Voidious for putting this out there for us to work off of! Although very little of the original code remains (almost everything has either been shrunk or expanded upon), the structure of a bug-free surfer to work off of is a godsend!
  • I saw a cool way of using the Raiko-style set back as front (cos and tan) with infinity (so that it doesn't slow down around corners) a long time ago... I'm not sure where... if it's yours give me a yell =)