gamegrid, falling, Tetrominos, collision and deleting rows, GUI Menus and Score, speeding up, hold function and next tetrominos display

This commit is contained in:
IM23a-bachmannj2
2024-12-19 09:34:18 +01:00
parent 6de87ac002
commit 461d0e57fc
4 changed files with 96 additions and 28 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# Variables
#screen size
@@ -24,4 +23,4 @@ cell_size = 30
fps = 60
global gamestate # Add game state variable
gamestate = "playing"
gamestate = "playing"