diff options
author | curly <curlybryce@protonmail.com> | 2022-08-17 17:11:52 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-08-17 17:11:52 -0600 |
commit | d2eb2068bac4e9bdd9ac5e2d727266dd282816b9 (patch) | |
tree | c36e4e6cb1bc4413ea506650122133becf8e3476 /TODO | |
parent | bee6311e26105c5515af9c1093f20bc6bb0a4d3b (diff) | |
download | tetris-d2eb2068bac4e9bdd9ac5e2d727266dd282816b9.tar.gz tetris-d2eb2068bac4e9bdd9ac5e2d727266dd282816b9.tar.bz2 tetris-d2eb2068bac4e9bdd9ac5e2d727266dd282816b9.zip |
refactored Piece for easy rotation (still a mess)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,9 +1,3 @@ -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 |