Codename: Epsilon
This code will provide the basis for the next contest (Winter 2011). Epsilon is supposed to implement the ants game.
ants/
- Everything related to ants: engine, starter packages, maps/mapgen, visualizerintegration_testing
- Anything related to testing/stress-testing the contest setupmanager/
- Tournament manager which coordinates the workers and computes skill ratingsworker/
- Standalone workers which run games (including compiler and sandbox)sql/
- Files for creating an empty sql databasewebsite/
- Main website and frontend
Initializing the git submodules:
git submodule init
git submodule update
Follow INSTALL.md.