Aichallenge
The source code that drives the AI Challenge
Install / Use
/learn @aichallenge/AichallengeREADME
AI Challenge Source Code Repository
Codename: Epsilon
This code provides the basis for the Fall 2011 AI Challenge. Epsilon is supposed to implement the ants game.
Folder Contents
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 initgit submodule update
Installation
Follow INSTALL.md.
