Compare commits

..

No commits in common. "99bf46ad2b0ba10cc522be263b66cdd8412e28c8" and "4fb4cb738a3977ef2f6cf376f9cf600f60204870" have entirely different histories.

10 changed files with 0 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

12
main.py
View File

@ -1,18 +1,6 @@
import pygame import pygame
import sys 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.init()
pygame.mixer.init() pygame.mixer.init()