Skip to content

ibdknox/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.1%
  • PHP 23.1%
  • Java 17.2%
  • JavaScript 14.7%
  • OCaml 1.5%
  • Go 1.3%
  • Other 9.1%