/chess-game

Small chess game

Primary LanguageC++

Chess

Implementation of a small chess game in C++.

This game was built using my game engine available here.

Installation steps

git clone https://github.com/CourrierGui/chess
cd chess && mkdir -p build && cd build
cmake .. && make
./chess