ADD rudementary main menu, needs refinement

This commit is contained in:
2025-04-19 19:26:58 +02:00
parent 7c025cd8fd
commit 45e81b7182
8 changed files with 195 additions and 33 deletions

View File

@@ -0,0 +1,4 @@
class StartMenuController:
def __init__(self, start_menu_view, game_controller):
self.start_menu_view = start_menu_view
self.game_controller = game_controller