start of Menu implementation

This commit is contained in:
IM23a-bachmannj2
2025-02-02 09:16:50 +01:00
parent b8887598d4
commit fc31ab5912
12 changed files with 296 additions and 51 deletions
+1 -9
View File
@@ -1,15 +1,8 @@
# Variables
#screen size
global height, width
height, width = 600, 450
width, height = 0, 0
#grid surface
g_height, g_width = 600, 300
#start surface size
HEIGHT, WIDTH = 600, 300
#score
game_score = 0
@@ -19,5 +12,4 @@ cell_size = 30
fps = 60
global gamestate # Add game state variable
gamestate = True