Skip to content

Releases: Saduras/ChessPlusPlus

Improved threading

13 Jan 13:16
8302b9b
Compare
Choose a tag to compare

Revisited threading implementation to improve performance and stability.

Simple MiniMax opponent

01 Jan 10:21
Compare
Choose a tag to compare

Added a MiniMax agent as black player. It uses a very simple evaluation function that scores the existens of pieces on the board.

Initial release

24 Dec 13:33
Compare
Choose a tag to compare

First release build of the project. With base features:

  • Chess engine
  • Move validation
  • Window rendering