From 308e1146770b621faa31c64349bd74295d8c6aaf Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 2 Jan 2015 15:35:29 -0800 Subject: 494 - yet another regression --- chessboard-rawterm.mu | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/chessboard-rawterm.mu b/chessboard-rawterm.mu index e73906d6..5ccaf323 100644 --- a/chessboard-rawterm.mu +++ b/chessboard-rawterm.mu @@ -196,7 +196,7 @@ (cursor-to-next-line) (print-board b:board-address) (cursor-to-next-line) - (print-primitive (("Type in your move as -. For example: a2-a4. Lowercase only. Currently very unforgiving of typos." literal))) + (print-primitive (("Type in your move as -. For example: 'a2-a4'. Currently very unforgiving of typos; exactly five letters, no , no uppercase." literal))) (cursor-to-next-line) (print-primitive (("Hit 'q' to exit." literal))) (cursor-to-next-line) @@ -208,3 +208,15 @@ } (console-off) ]) + +; tests todo: +; print board +; accept move +; print move +; board updates on move +; die on invalid move +; 'q' exits +; 'q' exits anywhere in move +; 'q' exits on second move -- FAIL +; +; backspace, ctrl-u -- cgit 1.4.1-2-gfad0