Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages