aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO b/TODO
index 03bf292..6f87946 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,12 @@
-SFML input
-SFML graphics
-Select between debug(cli) and gui display
Next piece in gui
Add sounds (mostly for losing, winning and clearing a row)
-Pause on lose focus
Also add a pause
Have a menu
-Add to score on line clear \ No newline at end of file
+Add to score on line clear
+
+redo input system. It feels like junk
+Implement win condition
+
+Import pieces from files to make it data driven
+Refactor getting 2d array from piece area
+ Make it a pointer to the values in the area \ No newline at end of file