diff options
author | curly <curlybryce@protonmail.com> | 2022-08-15 16:28:00 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-08-15 16:28:00 -0600 |
commit | 02515663dd89994dbc987958b19d707a4cd44864 (patch) | |
tree | 08d12a78bed40dedd33e0180b0c1d70815ca8ec7 /TODO | |
parent | 462c1f8bf195a1e30b6c05be7a0ec60ee89d230c (diff) | |
download | tetris-02515663dd89994dbc987958b19d707a4cd44864.tar.gz tetris-02515663dd89994dbc987958b19d707a4cd44864.tar.bz2 tetris-02515663dd89994dbc987958b19d707a4cd44864.zip |
Piece.area needs a rewrite again
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +Redo Piece data structure for easier rotation + a center, the 9 around that and 27 or whatever around that + so that they can just be shifted around + + implement a get function to make things easy on the display function + +SFML input +SFML graphics +Select between debug(cli) and gui display +Next piece in gui
\ No newline at end of file |