From: Carl Worth Date: Thu, 5 Mar 2009 20:01:10 +0000 (-0800) Subject: Add several TODO items X-Git-Url: https://git.cworth.org/git?p=dvonn;a=commitdiff_plain;h=036d564442f33700d6c9dffe9c618f7640384a9c Add several TODO items --- 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.