aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-18 16:20:04 -0600
committercurly <curlybryce@protonmail.com>2022-08-18 16:20:04 -0600
commitf0d5ddacfc97f0e88e3a7c445f890a76fabe47c7 (patch)
treea742ed8bb1dfa11acb77137d5be842cbcc4de674 /TODO
parent0eae9046860bf1b382f57956493335491279d182 (diff)
downloadtetris-f0d5ddacfc97f0e88e3a7c445f890a76fabe47c7.tar.gz
tetris-f0d5ddacfc97f0e88e3a7c445f890a76fabe47c7.tar.bz2
tetris-f0d5ddacfc97f0e88e3a7c445f890a76fabe47c7.zip
touch ups
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4061f6f..a8a383a 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,14 @@
Add sounds (mostly for losing, winning and clearing a row)
Have a menu
+Be able to restart after game is lost
+Save scores
-redo input system. Feels good
- Separate input into it's own module
+Mouse input creates input lag
+Dead in mid-air bug again
+redo input system -- Separate input into it's own module
Have each piece be its own color even when dead
Fix aspect ratio to 1:1
+Implement Fullscreen
Import pieces from files to make it data driven