An agent to play the board game Gipf.
- Get a C++ compiler and Python.
- Install CMake, SWIG and Boost.
- Clone this repository recursively with
git clone --recursive https://github.com/SooryaN/gipf-ai.git
. cd
to the project root andmkdir build && cd build
.cmake ..
make
- Run
./simulator
to view the AI playing against itself.gipf.py
and_gipf.so
are Python bindings for the simulator.