2004 ICFP Contest Spinoff Game
TheRealFoxFire writes "Taking a page from the popular Corewars competitive programming game,
the 2004
ICFP Programming Contest task has been turned into an online
competition: Ant Wars. In the game, programmers create
state-machine ant "brains" which battle against each other for food and
programmer glory. And just in time for the ICFP contest itself, where this year's winners will be announced."
Totally misread this the first time around:
...In the game, programmers with state-machine ant "brains" battle against each other for food and programmer glory...
...if you'd like to see a more advanced simulator which has an ant demo, see MASON. A nice paper on it was presented at AAMAS this year.
This sounds like IBM's Robocode contest from a while back. In that particular game, you wrote a robot class built around a predefined basic robot, using a provided API for stuff like "radar," and sensing when you're in the line of fire. Your robot would battle with N other robots in an arena, and the last left standing would win.
I think whoever won the contest last time won a new ThinkPad Notebook, but that was two years ago. By now, I think Robocode's been set aside within IBM.
Now it looks like some Third Party's built a competition around IBM's Robocode.
Michael C. Hollinger
[start] --> [attackjudges]
[attackjudges] --> [checkrankings]
[checkrankings] --> [idle] , if rank is "1st"
[checkrankings] --> [attackjudges] , otherwise
[idle] --> [checkrankings]
Sheesh, evil *and* a jerk. -- Jade
This is quite a nice visual program. The idea is to build a brain to "run" a bug. Nice educational tool....
Here is a very simple introduction for anyone new to the game and interested in playing.
http://www.koth.org/info/corewars_for_dummies/dum