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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user