From: Kevin Worth <kworth@kworth-laptop.(none)>
Date: Wed, 6 May 2009 02:31:06 +0000 (-0400)
Subject: Add first version of kub_todo.txt into repository
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e6463d87baeb74db2065f00e657eaac571b98592;p=kub

Add first version of kub_todo.txt into repository
---

diff --git a/kub_todo.txt b/kub_todo.txt
new file mode 100644
index 0000000..5b9b7c4
--- /dev/null
+++ b/kub_todo.txt
@@ -0,0 +1,15 @@
+kub_todo.txt
+
+*Draw numbers centered horizontally on tile
+    a)Measure width of numbers
+    b)Get rid of approximated hard-coded values
+
+*Examine group_is_run_one() and bug in group_is_run_two()
+    to determine optimum solution for checking for valid runs.
+
+*Draw game->current_tile (tile being dragged) in front of all other tiles.
+
+*Allow user to drag-n-drop tile on top/next to another tile in order
+    to group them together, side by side.
+    
+*Allow user to click-n-drag area to select multiple tiles to group together