aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-15 17:10:34 -0600
committercurly <curlybryce@protonmail.com>2022-08-15 17:10:34 -0600
commit550197e13a9aa00f17b40ddff2d877e52a9f1e9b (patch)
tree525689c17426448826dbed228895050f5c65c8ad /TODO
parent02515663dd89994dbc987958b19d707a4cd44864 (diff)
downloadtetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.tar.gz
tetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.tar.bz2
tetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.zip
updated TODO and implemented check_lines()
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index cd08bb2..9128469 100644
--- a/TODO
+++ b/TODO
@@ -7,4 +7,9 @@ Redo Piece data structure for easier rotation
SFML input
SFML graphics
Select between debug(cli) and gui display
-Next piece in gui \ No newline at end of file
+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