DroidFish: Added hint about how to undo/redo single half moves.

This commit is contained in:
Peter Osterlund 2012-04-14 14:46:02 +00:00
parent fbd7225386
commit 91524829f5
2 changed files with 4 additions and 2 deletions

View File

@ -43,6 +43,10 @@
<li>
Long press mode/left/right buttons for additional commands.
</li>
<li>
When re-playing a game, change game mode to <i>Edit/re-play Game</i> to
be able to undo/redo single half moves.
</li>
</ul>
<h3>Opening books</h3>

View File

@ -138,9 +138,7 @@ public class DroidFish extends Activity implements GUIInterface {
// FIXME!!! Remember multi-PV analysis setting when program restarted.
// FIXME!!! Use high-res buttons from Scid on the go.
// FIXME!!! Option to display coordinates in border outside chess board.
// FIXME!!! Hard to understand how to undo a single half-move.
// FIXME!!! Better behavior if engine is terminated. How exactly?
// FIXME!!! Handle PGN intents with more than one game.