8000 GitHub - wtfrank/aichallenge: AI Challenge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wtfrank/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.

About

AI Challenge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 30.1%
  • PHP 19.8%
  • Java 16.2%
  • JavaScript 15.1%
  • Ada 1.7%
  • C 1.5%
  • Other 15.6%
0