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
http://www.corewar.info/ Is maintained by Christrian Schmidt, one of the great corewars men. Or you could go to http://www.corewar.co.uk/ Maintained by John Metcalf, corewar hall of famer.
Or better yet, you could try www.koth.org or sal.math.ualberta.ca and go straight to the hills.
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
I guess the Google algorithm took the words "ant" and "programmer" and assumed some kind of nasty infestation.
Actually, I was trying to be Insightful, not Funny.
Slashdot submitters: try to explain acronyms you use in your submission. Same should go to people who make the original websites too. It took a lot of poking around to figure out ICFP=International Conference on Functional Programming.
The corewars site linked to in the story has never been known to be active or complete.
The KOTH server is home to the "pro" hills of which 94NOP is the most active.
The most up-to-date site for info & links is Fizmo's.
There are beginner's hills and others at
SAL hills
Yellow hills
There's also an IRC channel at irc://irc.koth.org#corewars
Ant wars looks interesting - pity the event is over