Slashdot Mirror


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."

7 of 59 comments (clear)

  1. ...but that would be cool, too... by BalorTFL · · Score: 4, Funny

    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...

  2. Very cute but... by Anonymous Coward · · Score: 5, Insightful

    ...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.

  3. Sounds like IBM's Robocode contest from... by Hollinger · · Score: 4, Interesting

    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.

    1. Re:Sounds like IBM's Robocode contest from... by Fjornir · · Score: 4, Interesting
      Let's not forget C Robots! A similiar game where you hack your robot's instructions with a psuedo-c.

      There's a C++ variant as well.

      There was a less interesting (but much more complex) programmable-robot game floating around in the BBS days which used a BASIC. Although it had a beautiful GUI (for the era) its biggest failing was that it allowed customization of your robot's chasis, weaponry, etc. Unfortunately this wasn't well balanced, and the competition we had running quickly degraded and we all lost interest.

      --
      I want a new world. I think this one is broken.
  4. My entry... by Black+Parrot · · Score: 4, Funny


    [start] --> [attackjudges]
    [attackjudges] --> [checkrankings]
    [checkrankings] --> [idle] , if rank is "1st"
    [checkrankings] --> [attackjudges] , otherwise
    [idle] --> [checkrankings]

    --
    Sheesh, evil *and* a jerk. -- Jade
  5. Bug Brain by tuxter · · Score: 5, Interesting

    This is quite a nice visual program. The idea is to build a brain to "run" a bug. Nice educational tool....

  6. Intro to the game by Rightcoast · · Score: 4, Informative

    Here is a very simple introduction for anyone new to the game and interested in playing.



    http://www.koth.org/info/corewars_for_dummies/dumm ies.html