Go to file
Novatux 47ca2eb86a Add README 2015-05-11 09:30:33 +02:00
.gitignore Add .gitignore 2015-05-08 12:34:16 +02:00
Makefile Initial commit 2015-05-08 11:15:57 +02:00
README Add README 2015-05-11 09:30:33 +02:00
api.ml Initial commit 2015-05-08 11:15:57 +02:00
interface.cc Initial commit 2015-05-08 11:15:57 +02:00
interface.hh Initial commit 2015-05-08 11:15:57 +02:00
prologin.ml Add doc 2015-05-11 09:30:27 +02:00
prologin.mli Initial commit 2015-05-08 11:15:57 +02:00

README

My submission for the prologin2015 contest.

To install:
- Follow the instructions of https://bitbucket.org/prologin/stechec2 to install the prologin2015 game
- Generate the player environment and move this folder into it
- Type "make" to build the .so champion, and "make tar" to build the .tgz
- You can run matches as explained in the stechec2 documentation

License:
This code is licensed under the CC0 license for the prologin.ml file, and GPLv2 for all other files (that are from stechec2).