Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 647 Bytes

File metadata and controls

33 lines (17 loc) · 647 Bytes

AIBattle

Build Status

Platform for creating AI contests.

How to build

Build it with CMake!

If you want to use web interface

  • Copy site/ to webserver folder

  • Open install.php in your web browser and follow the instructions

  • Copy build/Execution/libexecution.a to webserver/libs

  • Copy Execution/execution.h and Execution/testlib.h to webserver/includes

The system can work on Windows and Linux hosts.

Dependencies

On Linux install fakechroot and fakeroot.