angel-git / aichallenge

The source code that drives the AI Challenge

Home Page:http://aichallenge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, 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.

About

The source code that drives the AI Challenge

http://aichallenge.org


Languages

Language:Python 39.9%Language:PHP 21.5%Language:JavaScript 17.4%Language:Java 15.9%Language:SQLPL 2.9%Language:CSS 1.2%Language:HTML 0.3%Language:C 0.3%Language:Shell 0.2%Language:Batchfile 0.2%Language:D 0.1%Language:PLSQL 0.1%Language:C++ 0.1%