buta / Chess

Unreal chess for C++ practice
0 stars 0 forks source link

Chess engine process could not be started #1

Open marcelomg opened 1 day ago

marcelomg commented 1 day ago

Hi,

Thank you so much for making this project available. I just downloaded it, but when I start the project (VS AI), the following message is displayed on the screen:

"The Chess engine process could not be started!".

Is there something else I need to do to setup the game?

Thank you.

buta commented 19 hours ago

That sounds like you forgot to set the path to your chess engine. I'll update the readme with instructions.

Writing a chess engine was outside of the scope of this project. To play against AI download stockfish or another UCI compatible chess engine. Set the "Executable path" to your downloaded stockfish.exe, and then start the game.