aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-19 14:45:00 -0600
committercurly <curlybryce@protonmail.com>2022-08-19 14:45:00 -0600
commit5d8e223d26f272323c554b61df0f5575060a30ac (patch)
tree6991c550c1c3e931d240a54797c65178e73ec000 /TODO
parentf0d5ddacfc97f0e88e3a7c445f890a76fabe47c7 (diff)
downloadtetris-5d8e223d26f272323c554b61df0f5575060a30ac.tar.gz
tetris-5d8e223d26f272323c554b61df0f5575060a30ac.tar.bz2
tetris-5d8e223d26f272323c554b61df0f5575060a30ac.zip
input refactorHEADmaster
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index a8a383a..1a8403c 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,9 @@
Add sounds (mostly for losing, winning and clearing a row)
Have a menu
-Be able to restart after game is lost
Save scores
-Mouse input creates input lag
Dead in mid-air bug again
-redo input system -- Separate input into it's own module
+Implement Iterator for Action and Actions
Have each piece be its own color even when dead
Fix aspect ratio to 1:1