Skip to content

MWronski12/chess

Repository files navigation

chess

Chess engine with console gui written in C++. It implements generation of legal moves and all other rules of a chess game.

Window gui and MiniMax algorithm for choosing the best move are currently under development.

To run the application:

  • Make sure You have cmake, make and g++ installed
  • git clone https://github.com/MWronski12/chess
  • cd chess
  • ./install-packages.sh
  • cmake -B build .
  • cd build
  • make chess
  • ./chess

UML class diagram:

Chess application UML class diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published