Compare commits
No commits in common. "99bf46ad2b0ba10cc522be263b66cdd8412e28c8" and "4fb4cb738a3977ef2f6cf376f9cf600f60204870" have entirely different histories.
99bf46ad2b
...
4fb4cb738a
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 43 KiB |
12
main.py
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||