Skip to content

coastwise/aichallenge

 
 

Repository files navigation

AI Challenge Source Code Repository

Codename: Epsilon

This code will provide the basis for the next contest (Winter 2011). Epsilon is supposed to implement the ants game.

Folder Contents

  • ants/ - Everything related to ants: engine, starter packages, maps/mapgen, visualizer
  • integration_testing - Anything related to testing/stress-testing the contest setup
  • manager/ - Tournament manager which coordinates the workers and computes skill ratings
  • worker/ - Standalone workers which run games (including compiler and sandbox)
  • sql/ - Files for creating an empty sql database
  • website/ - Main website and frontend

Initializing the git submodules:

  • git submodule init
  • git submodule update

Installation

Follow INSTALL.md.

Packages

No packages published

Languages

  • Python 33.4%
  • PHP 18.9%
  • Java 15.4%
  • JavaScript 14.3%
  • Ada 1.6%
  • C 1.4%
  • Other 15.0%