1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-15 12:31:16 +02:00

chess: draw by insufficient material added

This commit is contained in:
TiynGER
2020-12-15 17:31:15 +01:00
parent 2b4598785d
commit 8e918aebb7
3 changed files with 314 additions and 88 deletions

View File

@@ -5,6 +5,12 @@
ychess is a chess implementation written in nim.
A chess engine is planned.
## Todo
- draw by
- 3-fold repitition
- 50-move rule
## Usage
Simply download the code and run `nim c -r game.nim`.