]> git.cworth.org Git - kub/commitdiff
Add first version of kub_todo.txt into repository
authorKevin Worth <kworth@kworth-laptop.(none)>
Wed, 6 May 2009 02:31:06 +0000 (22:31 -0400)
committerKevin Worth <kworth@kworth-laptop.(none)>
Wed, 6 May 2009 02:31:06 +0000 (22:31 -0400)
kub_todo.txt [new file with mode: 0644]

diff --git a/kub_todo.txt b/kub_todo.txt
new file mode 100644 (file)
index 0000000..5b9b7c4
--- /dev/null
@@ -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