Artjoms Daškevičs 2026-02-25 10:04:14 +02:00
parent 45fbf35713
commit c2d08a601e
10 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

12
main.py
View File

@ -1,6 +1,18 @@
import pygame
import sys
#floor_score = 0
#if level_1 complete floor_score = 1 if level_2 complete floor_score = 2
#if floor_score == 0:
# show level 1
#elif floor_score == 1:
# show level 2
#elif floor_score == 2:
# show level 3
# if floor_score =2 and level_1 complete floor_score stays 2, goes one up in higher level completed
pygame.init()
pygame.mixer.init()