aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-17 17:11:52 -0600
committercurly <curlybryce@protonmail.com>2022-08-17 17:11:52 -0600
commitd2eb2068bac4e9bdd9ac5e2d727266dd282816b9 (patch)
treec36e4e6cb1bc4413ea506650122133becf8e3476 /TODO
parentbee6311e26105c5515af9c1093f20bc6bb0a4d3b (diff)
downloadtetris-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--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 9128469..03bf292 100644
--- a/TODO
+++ b/TODO
@@ -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