Compare commits
2 Commits
4fb4cb738a
...
99bf46ad2b
| Author | SHA1 | Date |
|---|---|---|
|
|
99bf46ad2b | |
|
|
c2d08a601e |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 43 KiB |
12
main.py
|
|
@ -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()
|
||||
|
||||
|
|
|
|||