Skip to content

mikevdg/aichallenge

This branch is 177 commits behind aichallenge/aichallenge:epsilon.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e895a0b · Nov 20, 2011
Nov 19, 2011
Oct 19, 2011
Jun 2, 2011
Nov 20, 2011
Nov 17, 2011
Nov 4, 2011
Nov 18, 2011
Nov 17, 2011
Jul 25, 2011
Nov 16, 2011
Oct 24, 2011
Oct 19, 2011
May 8, 2011

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