@@ -1,7 +1,18 @@
import pygame
from modules.Game import Game
from modules.GameMenu import menu
def main():
running = True
show_menu = True
while running:
if show_menu:
menu()
show_menu = False
else:
running = False
pygame.display.flip()
game = Game()
game.start()
The note is not visible to the blocked user.