AI Olympics 1998: MITosis
The Programming Contest

Write a piece of code to control a small group of organisms which will compete against other players' life forms for survival.

There was an informational session about this event on Sunday, Jan 25, 1:30 PM in the 7th floor playroom. Talk to your teammates who attended to get up to speed.


Objective:

Survive as long as possible with as much energy as possible.   The contest will be a tournament of games, where each game is held between four players; the two top players of each game continue into the next stage.


Time line:

You may start writing code at any time.  Final submissions must be in by 5:00 pm on Saturday, Jan. 31. Submit the executable produced by build_script by copying it to your team's subdirectory in the directory linked to by submissions (untarred with the tarball); and additionally, mail source code to aio@ai.mit.edu when you submit.

Basic Game Elements:

sample screen shot


Energy Calculations:

Begin each game with 200 calories, then


Entity's Senses:


Entity's Actions:


Scoring:

The player's score is:

(player's total energy) + (last round alive)

The team's score is:


Game Hints:


Other Details:


Contest Supplies:


Updates/Clarifications:

Updates and clarifications will be posted here during the contest. You will want to check periodically to stay current.


Contact:

Contact Mike Bosse or Greg Galperin for any more questions or clarifications.

Special thanks to Mil3, who developed this contest and the software for it!