aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-15 16:28:00 -0600
committercurly <curlybryce@protonmail.com>2022-08-15 16:28:00 -0600
commit02515663dd89994dbc987958b19d707a4cd44864 (patch)
tree08d12a78bed40dedd33e0180b0c1d70815ca8ec7 /TODO
parent462c1f8bf195a1e30b6c05be7a0ec60ee89d230c (diff)
downloadtetris-02515663dd89994dbc987958b19d707a4cd44864.tar.gz
tetris-02515663dd89994dbc987958b19d707a4cd44864.tar.bz2
tetris-02515663dd89994dbc987958b19d707a4cd44864.zip
Piece.area needs a rewrite again
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..cd08bb2
--- /dev/null
+++ b/TODO
@@ -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