From d5ac25a6428b55004548d15cbf7c3111b593e90a Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sat, 8 May 2021 01:15:49 +0200 Subject: [PATCH] readme: added move notation documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 250729b..5fcb3e7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Documentation is written into the code via DocGen. For this reason it is not saved in this repository. To extract it into html run `nim doc --project --index:on --outdir:htmldocs game.nim` +### Moves + +Moves are read from the commandline as [pure coordinate notation](https://www.chessprogramming.org/Algebraic_Chess_Notation#Pure_coordinate_notation). +The inner program will convert this notation to a move-tuple. + ### Board Representation Due to easier off the board checking a