diff options
Diffstat (limited to 'doc/listings')
-rw-r--r-- | doc/listings/goInterface/02-firstMove.txt | 1 | ||||
-rw-r--r-- | doc/listings/goInterface/03-fullGame.txt | 1 | ||||
-rw-r--r-- | doc/listings/goInterface/04-ko.txt | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/listings/goInterface/02-firstMove.txt b/doc/listings/goInterface/02-firstMove.txt index 2fc37a6..3fb46d6 100644 --- a/doc/listings/goInterface/02-firstMove.txt +++ b/doc/listings/goInterface/02-firstMove.txt @@ -9,6 +9,7 @@ 2 · · · · · · · · · 1 · · · · · · · · · Move (B): e6 + A B C D E F G H J 9 · · · · · · · · · 8 · · · · · · · · · diff --git a/doc/listings/goInterface/03-fullGame.txt b/doc/listings/goInterface/03-fullGame.txt index a975329..4e01b75 100644 --- a/doc/listings/goInterface/03-fullGame.txt +++ b/doc/listings/goInterface/03-fullGame.txt @@ -93,5 +93,4 @@ Move (B): pass 2 · · · · · · · · · 1 · · · · · · · · · Move (W): pass - Both players passed: end of the game. diff --git a/doc/listings/goInterface/04-ko.txt b/doc/listings/goInterface/04-ko.txt index b2edf55..f1ef2dd 100644 --- a/doc/listings/goInterface/04-ko.txt +++ b/doc/listings/goInterface/04-ko.txt @@ -21,8 +21,8 @@ Move (W): b9 2 · · · · · · · · · 1 · · · · · · · · W Move (B): a9 - Invalid Move. Illegal by ko rule. + A B C D E F G H J 9 · W B · · · · · · 8 W B · · · · · · · @@ -35,6 +35,7 @@ Invalid Move. Illegal by ko rule. 1 · · · · · · · · W Move (B): z9 Invalid move syntax. Example of move: A1 + A B C D E F G H J 9 · W B · · · · · · 8 W B · · · · · · · @@ -47,6 +48,7 @@ Invalid move syntax. Example of move: A1 1 · · · · · · · · W Move (B): a0 Invalid move syntax. Example of move: A1 + A B C D E F G H J 9 · W B · · · · · · 8 W B · · · · · · · @@ -59,6 +61,7 @@ Invalid move syntax. Example of move: A1 1 · · · · · · · · W Move (B): a10 Invalid move syntax. Example of move: A1 + A B C D E F G H J 9 · W B · · · · · · 8 W B · · · · · · · |