diff options
author | curly <curlybryce@protonmail.com> | 2022-08-15 17:10:34 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-08-15 17:10:34 -0600 |
commit | 550197e13a9aa00f17b40ddff2d877e52a9f1e9b (patch) | |
tree | 525689c17426448826dbed228895050f5c65c8ad /TODO | |
parent | 02515663dd89994dbc987958b19d707a4cd44864 (diff) | |
download | tetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.tar.gz tetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.tar.bz2 tetris-550197e13a9aa00f17b40ddff2d877e52a9f1e9b.zip |
updated TODO and implemented check_lines()
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |