Skip to content

DaOnlyOwner/DOOCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker CI

This project provides very efficient chess draw-gen functionality.

Dockerized Build

Install Docker to your dev machine.

sudo apt-get update && sudo apt-get install -y docker.io
sudo usermod -aG docker $USER && reboot

Download the source code.

git clone https://github.com/DaOnlyOwner/DOOCE
cd DOOCE

Build and test the source code.

docker build . -t "dooce-test"

Manual Build

mkdir build
cd build
cmake . ..
cmake --build .

About

chess engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages