A C++ starter kit for the great Vindinium AI challenge. Dependencies: boost and libcurl.
Build with CMake:
mkdir build
cd build
ccmake .. #optionally config stuff
cd ..
make
Note : this was created by crudely extracting the relevant portions of our bot. Pull requests for cleaning it are more than welcome!