[Home]History of FloodSonnet

Robo Home | Changes | Preferences | AllPages


Revision 4 . . (edit) December 1, 2003 20:56 EST by Kawigi
Revision 3 . . October 8, 2003 23:09 EST by Kawigi
Revision 2 . . October 8, 2003 20:16 EST by Kawigi
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 13,14c13,77
Update:
I found the bugs in the gun now I'm pretty sure, it works much closer to where I expected. I also added some melee logic in there, and it's becoming quite a bloated Sonnet, over 3000 bytes currently. Getting close to releasing it here... -- Kawigi
Update:
I found the bugs in the gun now I'm pretty sure, it works much closer to where I expected. I also added some melee logic in there, and it's becoming quite a bloated Sonnet, over 3000 bytes currently. Getting close to releasing it here... -- Kawigi

And the classic templated page:

What's special about it?




14 lines of Flood-style power. An interesting example of statistical targeting, including file I/O, in a Sonnet. I hope it will be a competitive Sonnet for quite some time (right now, it's only the 5th officially competing Sonnet, so it will at least be in the top 5). If it doesn't win the Sonnet division, at least it will win some Obfuscated Java Contests or something.

It's also the first MegaBot designed for the RobocodeLittleLeague, the first version (version 0.9) is 3281 bytes.

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




http://www.robocoderepository.com/BotDetail.jsp?id=1779

How competitive is it?




Among current Sonnets, it's probably the best over a lot of rounds one-on-one. And since it saves data it doesn't lose that. It is ok in melee, but not spectacular. Just good enough to beat the bots not designed for melee I suppose.

How does it move?




In duels, it uses a movement based on FloodMini's movement. In melee, it uses a simplified MinimumRiskMovement, trimmed from the more complicated algorithm used by FloodHT.

How does it fire?




Basically a variant on FloodMini's gun. Differences are that it doesn't interpolate scans like FloodMini, it seperates melee stats from one-on-one stats, and it doesn't fire a wave every scan in one-on-one battles (it does still in melee).

How does it dodge bullets?




By picking a new speed and direction when its fired upon (sometimes).

How does the melee strategy differ from one-on-one strategy?




Movement is different, FloodMovement in OneOnOne, MinimumRiskMovement in Melee. It also spins and locks its radar in melee, and (of course) only locks in one-on-one battles.

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




Generally tries to avoid everyone and tries to target those close to it (without complete success)

What does it save between rounds and matches?




Targeting information - a 6-dimensional array of ints.

Where did you get the name?




Flood from my Flood series of robots, and Sonnet from the lines count.

Can I use your code?




If you can figure out what it does, kudos. It's mostly open-source to be eligible for the RobocodeLittleLeague line-based competition, not so that people can learn from it.

What's next for your robot?




Fix it up, find any bugs, improve melee tracking and movement.

Does it have any WhiteWhales?




I suppose SonAsh would be the current bot to beat in its division, even if it's less consistent (i.e. - doesn't beat weaker bots as readily) as MicroAspidSonet?

What other robot(s) is it based on?




FloodMini, FloodHT



Comments, questions, feedback:




Robo Home | Changes | Preferences | AllPages
Search: