1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-12-15 13:49:46 +01:00

game: added single player

Integrated the engine into the playable game.
Created a menu to choose between single player and hotseat.
Added a way to choose difficulty and color in single player.
This commit is contained in:
TiynGER
2021-04-27 23:13:41 +02:00
parent 4e69bd3977
commit 7fb821254c
2 changed files with 71 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ ychess is a chess implementation and engine written in nim.
## Usage
Simply download the code and run `nim c -r game.nim`.
You can now play a 1v1 hotseat game of chess in the commandline.
To play chess in the commandline simply download the code and run `nim c -r game.nim`.
You can either play the 1v1 hotseat mode or a single player mode vs the engine.
## Testing