From 5690db10c2f4c4bbe1c4b44c8bb2694ae0209386 Mon Sep 17 00:00:00 2001 From: StewBC Date: Sun, 26 Jan 2020 10:47:20 -0800 Subject: [PATCH] Update readme.txt Added Undo Redo keys which were missed. --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.txt b/readme.txt index 3a31b0d..59fbb71 100644 --- a/readme.txt +++ b/readme.txt @@ -51,6 +51,11 @@ can defend the selected tile. All three of these options basically give a visual representation of the Attack DB. The colors are: For attackers Cyan and for defenders Red. +Lastly, the game has an Undo/Redo stack that tracks the last 254 moves. Pressing +u will undo the last move and r will redo the last move. In an AI/Human game, +the undo will undo the last AI and human player move, so the human player can +make a different move. + III. Distribution