GitHunt
JM

jmcarthur/aichallenge

AI Challenge

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.

Languages

Python36.2%PHP22.7%Java19.0%JavaScript10.9%OCaml1.6%Go1.5%C#1.2%Common Lisp1.1%Perl0.9%C++0.9%Scala0.8%C0.8%D0.8%Ruby0.7%CoffeeScript0.6%Shell0.4%
Created July 7, 2011
Updated January 3, 2013