Skip to content

leonidasdeim/chasse

Repository files navigation

Tests Code Scanning Release Releases Contributors

chasse

Just a simple chessboard - without timers, rules etc. Play just like you do it OTB.

Build

Builds API binary and APP archive in build/ folder

make build

Run locally

Starts Redis using docker-compose and two processes: API and APP.

make run -j2

// cleanup after:
make clean