A downloadable game

Chessmaster9000

(The game is in Finnish!)

CAUTION!
The .exe file does not seem to recognize the chess icons rendering the game quite unplayable.
Will be fixed in the future when I have properly time.

INSTRUCTIONS:

Use keyboard to write your input and then press ENTER to confirm.
The game provides with instructions but for example to perform a move, first input the desired type of chesspiece for example S for Soldier. Then continue the input with the starting space followed by a dash " - " and the ending space.

An example:

Sa2-a4   -> this would move the soldier from a2 to a4


This Chess AI created in C++ uses the MiniMax and Alpha Beta algorithms to predict n-moves into the future and then calculates the optimal move to make by evaluating the moves and board states.

Currently the AI vs AI mode is not operational but feel free to try the Player vs AI mode or even Player vs Player!

The depth of the AI is set to 3 and it's using Alpha Beta. The calculated decision tree depth is easily changeable but for now I have set it to three so that the AI will mostly perform its move instantaneously.

Download

Download
Chessmaster9000 241 kB

Leave a comment

Log in with itch.io to leave a comment.