Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 528 Bytes

ENITCHESS

  • Drag and drop C++ Chess game.
  • Player vs. CPU mode with search algorithms (Alpha–Beta pruning and Minimax) used for determining the CPU's next move.

Screenshot

Prerequisite: Install SFML

make install_sfml

To build the EnitChess executable:

make

To clean the project directory (remove object files and the executable):

make clean

We are now ready to execute EnitChess:

./EnitChess