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

chess/game: claimable draw at 50-Move-Rule added

This commit is contained in:
TiynGER
2020-12-15 23:31:42 +01:00
parent 9ed8b886db
commit 75e804ef6f
3 changed files with 361 additions and 14 deletions

View File

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