This C++ project implements a chess game in the command-line.
Compilation uses CMake.
git clone https://github.com/drd00/chess-cpp.git && cd chess-cpp
./build.sh
Once compiled, run using ./Chess_run
.
- For some reason, after a move is made, a string of
0
characters appears in the first line of the output, and I can't find what exactly is causing this. - En-passant capture is still not possible.