This project provides very efficient chess draw-gen functionality.
Install Docker to your dev machine.
sudo apt-get update && sudo apt-get install -y docker.io
sudo usermod -aG docker $USER && rebootDownload the source code.
git clone https://github.com/DaOnlyOwner/DOOCE
cd DOOCEBuild and test the source code.
docker build . -t "dooce-test"mkdir build
cd build
cmake . ..
cmake --build .