From 036d564442f33700d6c9dffe9c618f7640384a9c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 5 Mar 2009 12:01:10 -0800 Subject: [PATCH] Add several TODO items --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..584aa28 --- /dev/null +++ b/TODO @@ -0,0 +1,16 @@ +Display move history. + +Make move history navigable, (click on any move in the history to see +the state at that point). + +Indicate the current player to move. + +Add code to detect "no legal move" and automatically pass. + +Indicate the most recently moved piece. + +Allow click-and-drag as well as click-then-click. + +Add button for new game. + +Add button for quit. -- 2.43.0