rafaelbeckel / 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 33.9%Language:PHP 18.7%Language:Java 15.1%Language:JavaScript 14.0%Language:Ada 1.6%Language:C# 1.3%Language:C 1.3%Language:Go 1.2%Language:OCaml 1.2%Language:Dart 1.0%Language:CSS 0.9%Language:C++ 0.9%Language:Pascal 0.8%Language:MATLAB 0.8%Language:Scala 0.8%Language:Tcl 0.8%Language:Common Lisp 0.8%Language:D 0.7%Language:Visual Basic 0.6%Language:Perl 0.6%Language:Ruby 0.5%Language:CoffeeScript 0.5%Language:Clojure 0.4%Language:Makefile 0.4%Language:Lua 0.3%Language:Racket 0.3%Language:Shell 0.3%Language:Objective-C 0.1%Language:LOLCODE 0.0%