Algorithms for solving tiny go problems.
Successor to tinytsumego.
Pull the JKISS submodule:
git submodule init
git submodule updateInstall GCC:
sudo apt install build-installInstall CMake:
sudo apt install cmakemkdir build; cd build
cmake ..
make
make testTo interface with vue-tsumego the Python HTTP bridge needs some pre-solved tsumego to serve.
To generate the public collection under /tmp/ run this in the build directory:
./bin/generate_collections /tmp/Start the server in development mode:
cd ../python
python3 main.py /tmp/ --devCopy the .bin files for safe-keeping to skip generating in the future.