Skip to content

Releases: milovangudelj/scacchiera

v0.1.0

23 Jan 21:48
Compare
Choose a tag to compare

First stable bug-free release.

The computer does not have any order in choosing it's moves yet (probably it won't ever have one).
You can play chess against another person or against the computer.

Compile from terminal using CMake like so:

cmake . -B build/
cmake --build build/

Or use the pre-built executables for Fedora 34 (Workstation Edition).