Skip to content

zouariste/ENITCHESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Drag and drop chess game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published