Skip to content

Commit d9b7bc4

Browse files
author
SirCodesALot
committed
Giant Update to 1.0!
1 parent 3b145ae commit d9b7bc4

16 files changed

+246
-264
lines changed
File renamed without changes.

Diff for: assets/images/cheese.png

676 Bytes
Loading

Diff for: assets/images/goal.png

732 Bytes
Loading

Diff for: assets/images/mouse.png

2.31 KB
Loading

Diff for: assets/textures/PNG_0.png

-136 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_1.png

-135 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_2.png

-170 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_C_0.png

-239 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_C_1.png

-239 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_M_0.png

-264 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_M_1.png

-276 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_M_2.png

-274 Bytes
Binary file not shown.

Diff for: assets/textures/PNG_M_3.png

-261 Bytes
Binary file not shown.

Diff for: gamedata.py

+25-17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
#Game Data
2-
# 0 = Wall, 1 = Empty space, 2 = where cheese needs to go ,3 = cheese,4 = mouse, 5 = cheese on destination
1+
#The level data for the game
2+
#0 = Wall
3+
#1 = Free space
4+
#2 = Cheese destination
5+
#3 = Cheese
6+
#4 = PLayer start
7+
#5 = Cheese on destination
38
lv1 = [8,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,1,3,2,0,0,2,1,3,4,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0]
49
lv2 = [9,0,0,0,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,0,1,3,3,0,0,0,0,0,0,1,3,1,0,0,0,2,0,0,0,0,1,0,0,0,2,0,0,0,0,1,1,1,1,2,0,0,0,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0]
510
lv3 = [10,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,3,0,0,0,1,1,1,0,0,1,4,1,3,1,1,3,1,0,0,1,2,2,0,1,3,1,0,0,0,0,2,2,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0]
@@ -35,18 +40,21 @@
3540
lv33 = [9,0,0,0,0,0,0,0,0,0,0,0,1,1,5,1,1,0,0,0,1,2,1,2,1,2,1,0,0,1,3,1,5,1,1,1,0,0,5,3,3,5,3,3,5,0,0,1,1,1,5,1,3,1,0,0,1,2,1,2,4,2,1,0,0,0,1,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0]
3641
lv34 = [9,0,0,0,0,0,0,0,0,0,0,1,1,1,2,3,1,4,0,0,1,3,1,5,1,3,1,0,0,5,2,2,2,5,2,5,0,0,1,3,3,5,1,1,1,0,0,1,1,1,2,1,3,1,0,0,0,0,0,0,0,0,0,0]
3742
lv35 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,0,0,0,1,1,0,2,2,0,0,1,0,0,0,1,1,3,2,2,1,1,1,0,0,0,1,1,0,1,2,0,1,0,0,0,0,0,1,0,0,3,0,1,1,0,0,1,3,1,1,1,1,3,3,1,0,0,1,0,3,0,1,1,0,1,1,0,0,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
38-
lv36 = []
39-
lv37 = []
40-
lv38 = []
41-
lv39 = []
42-
lv40 = []
43-
lv41 = []
44-
lv42 = []
45-
lv43 = []
46-
lv44 = []
47-
lv45 = []
48-
lv46 = []
49-
lv47 = []
50-
lv48 = []
51-
lv49 = []
52-
lv50 = []
43+
lv36 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,0,0,0,0,0,0,2,2,2,2,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,3,1,3,1,1,3,3,1,0,0,4,1,3,1,3,3,1,1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0]
44+
lv37 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,0,0,1,1,1,3,1,1,1,0,0,0,0,3,1,0,0,0,1,3,0,0,0,0,1,0,2,2,2,0,1,0,0,0,0,1,0,2,2,2,0,1,0,0,0,1,3,1,1,3,1,1,3,1,0,0,1,1,1,1,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0]
45+
lv38 = [10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,1,1,0,2,3,3,3,1,0,0,1,0,2,5,0,1,0,0,0,0,1,1,2,2,0,1,0,0,0,0,0,0,2,2,3,1,0,0,0,0,0,0,2,0,1,3,1,0,0,0,0,0,1,0,1,0,4,0,0,0,0,1,3,1,1,3,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0]
46+
lv39 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,4,1,3,3,3,1,3,1,1,0,0,0,1,3,1,1,3,1,3,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,1,1,1,3,1,0,0,0,0,0,1,0,0,3,1,3,1,0,0,1,1,1,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
47+
lv40 = [9,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,4,1,3,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,3,0,2,0,1,0,0,0,1,1,2,5,2,3,0,0,0,0,1,0,2,0,1,0,0,0,0,1,0,2,1,1,0,0,0,0,1,3,2,0,1,1,0,0,1,1,0,1,3,1,1,0,0,1,3,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
48+
lv41 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,2,0,0,0,1,0,0,0,1,0,1,0,1,1,1,1,0,0,0,1,0,1,3,1,3,0,2,1,0,0,1,0,1,1,5,1,1,0,1,0,0,1,2,0,3,1,3,1,0,1,0,0,0,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0,2,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
49+
lv42 = [6,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,3,1,0,0,1,3,1,4,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,0,2,1,0,0,0,0,2,1,0,0,1,1,3,1,0,0,1,3,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0]
50+
lv43 = [8,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,1,1,0,0,1,2,1,1,0,1,0,0,0,3,0,1,1,2,0,0,0,1,0,3,0,1,0,0,0,2,1,1,2,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,1,5,0,0,1,3,1,1,3,1,0,0,1,3,0,5,1,4,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0]
51+
lv44 = [11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,3,1,0,1,1,0,0,0,2,2,2,1,1,0,3,1,0,0,0,2,0,0,1,3,1,1,1,0,0,0,2,3,1,3,0,0,1,0,0,0,2,3,1,0,1,0,0,1,0,0,0,2,0,3,1,1,1,1,1,0,0,0,2,3,1,1,0,3,1,3,0,0,0,2,1,3,0,0,1,4,1,0,0,0,2,3,1,1,1,1,3,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
52+
lv45 = [10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,0,1,2,2,0,0,0,1,3,0,5,0,3,2,0,0,1,1,3,1,0,1,3,2,0,0,1,1,3,1,4,1,3,2,0,0,1,1,3,1,0,1,3,2,0,0,0,3,3,0,5,0,3,2,0,0,0,2,1,1,0,1,2,2,0,0,0,0,2,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0]
53+
lv46 = [9,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,1,0,0,1,3,3,1,1,0,1,0,0,4,3,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0,1,1,1,3,1,3,1,0,0,1,3,0,0,1,0,1,0,0,1,1,1,0,3,0,1,0,0,2,2,2,0,1,1,1,0,0,2,0,2,0,3,0,0,0,0,2,2,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0]
54+
lv47 = [10,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,2,0,0,0,0,1,0,3,0,2,2,0,0,0,0,1,1,1,3,2,2,2,0,0,0,0,1,0,0,2,3,2,0,0,0,0,1,0,0,1,1,0,0,0,0,0,3,0,0,1,1,0,0,0,0,0,1,1,1,0,3,0,0,0,0,1,1,0,1,1,1,0,0,0,0,1,1,1,3,1,0,0,0,0,0,1,3,1,3,1,1,1,4,0,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
55+
lv48 = [7,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,3,1,1,0,0,1,0,2,0,1,0,0,1,0,1,0,1,0,0,2,3,2,3,2,0,0,1,0,1,0,1,0,0,1,0,2,0,1,0,0,1,1,3,3,1,0,0,0,1,4,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0]
56+
lv49 = [11,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,1,0,0,1,3,3,1,1,0,0,1,1,0,0,1,1,0,1,3,1,1,1,1,0,0,0,1,0,0,1,3,0,1,1,0,0,0,1,0,2,2,2,1,1,0,0,0,0,1,1,2,2,2,0,3,0,0,0,0,1,0,2,2,2,0,1,1,0,0,0,1,0,1,0,0,0,4,1,0,0,1,1,3,1,3,1,1,3,1,0,0,1,0,3,0,0,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
57+
lv50 = [10,0,0,0,0,0,0,0,0,0,0,0,2,2,3,1,3,1,5,2,0,0,2,5,1,3,1,3,2,2,0,0,0,2,3,1,3,1,5,0,0,0,0,5,1,3,1,3,2,0,0,0,0,2,3,1,3,1,2,0,0,0,0,2,1,3,1,3,2,0,0,0,0,2,3,4,3,1,5,0,0,0,0,5,1,3,1,3,2,0,0,0,2,2,3,1,3,1,5,2,0,0,2,5,1,3,1,3,2,2,0,0,0,0,0,0,0,0,0,0,0]
58+
59+
lvldict = {1: lv1, 2: lv2, 3: lv3, 4: lv4, 5: lv5, 6: lv6, 7: lv7, 8: lv8, 9: lv9, 10: lv10, 11: lv11, 12: lv12, 13: lv13, 14: lv14, 15: lv15, 16: lv16, 17: lv17, 18: lv18, 19: lv19, 20: lv20, 21: lv21, 22: lv22, 23: lv23, 24: lv24, 25: lv25, 26: lv26, 27: lv27, 28: lv28, 29: lv29, 30: lv30, 31: lv31, 32: lv32, 33: lv33, 34: lv34, 35: lv35, 36: lv36, 37: lv37, 38: lv38, 39: lv39, 40: lv40, 41: lv41, 42: lv42, 43: lv43, 44: lv44, 45: lv45, 46: lv46, 47: lv47, 48: lv48, 49: lv49, 50: lv50}
60+
ldv = list(lvldict.values())

0 commit comments

Comments
 (0)