-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (184 loc) · 62.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SmashBomb</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/gamestart.js"></script>
<script src="js/gamescreen.js"></script>
<!-- Edward's js files -->
<script src="js/Global_Logic.js"></script>
<script src="js/Player_Logic.js"></script>
<script src="js/Bomb_Logic.js"></script>
<script src="js/Monster_Logic.js"></script>
<script src="js/Game_Setup.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Londrina+Solid" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/gameover.css">
<!-- Edward's global css file containing all definitions, to be modularised later -->
<link href="css/CSS_Stuff.css" rel="stylesheet">
<!-- To prevent the "Failed to load resource favicon.ico" error -->
<link rel="shortcut icon" type="image/png" href="assets/favicon.ico"/>
</head>
<body>
<audio preload = "auto" src = "assets/sounds/player_hit_no_bomb.mp3" id = "soundEffect_attackNoBomb"></audio>
<audio preload = "auto" src = "assets/sounds/background_music.mp3" id = "game_bgm" loop></audio>
<audio preload = "auto" src = "assets/sounds/roblox_oof_shortened.mp3" id = "SE_playerTakeDamage"></audio>
<audio preload = "auto" src = "assets/sounds/pistol_shoot_short.mp3" id = "SE_attackBomb"></audio>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 500">
<!-- All gradient definitions -->
<defs>
<linearGradient y2="1" x2="0" id="sky">
<stop offset="0" stop-color="#9a8c98"/>
<stop offset="0.8" stop-color="#f2e9e4"/>
</linearGradient>
<image id = "platform_ladder_ref" href="assets/platform_ladder_NEW.svg" width="100%" height="100%"/>
<image id = "platform_bomb_ref" href="assets/platform_bomb_NEW.svg" width="100%" height="100%"/>
<image id = "bomb_fireball_ref" href="assets/bomb_fireball_NEW.svg" width="100%" height="100%"/>
<image id = "climbing_enemy_ref" href="assets/climbing_enemy_NEW.svg" width="100%" height="100%"/>
</defs>
<!-- Game Start Container -->
<g id="game-start" style="display:flex">
<rect height="500" width="1000" y="0" x="0" stroke="none" fill="url(#sky)"/>
<!-- Game title -->
<g>
<defs><style>.a3b457c1-7d04-4f5e-ad47-dabd8b060071{font-size:108px;fill:#fff;stroke:#000;stroke-miterlimit:10;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}</style></defs><title>title-01</title><text class="a3b457c1-7d04-4f5e-ad47-dabd8b060071" transform="translate(242.53 241.32)"><tspan xml:space="preserve">SmashB mb</tspan></text><path d="M666.19,178.21l18.7,12,1.17-2.19Z"/><path d="M682.56,172.73v-2.2l-15.21,3.29Z"/><path d="M641.64,153l-2.35,2.19,15.2,14.25Z"/><path d="M677.88,153,665,169.44l15.2-14.25Z"/><path d="M651,201.22l5.84-19.73-9.35,18.63Z"/><path d="M659.17,168.34,661.51,153H658Z"/><path d="M666.19,195.74h2.33l-5.84-14.25Z"/><path d="M658.53,175.17H657.3c-2.47,1.27-3.7,2.53-6.16,2.53-3.7,0-9.86-3.79-17.26-10.09l-3.7-2.52c-7.4-6.3-12.33-10.09-18.5-10.09-3.69,0-6.16,1.26-8.63,5.05-2.46,2.52-3.69,5-3.69,10.09v1.25c-3.7,0-6.16,1.26-7.4,1.26v8.83c-13.56,6.3-21,15.13-21,29,0,8.84,3.7,16.4,8.63,22.71,6.16,5,13.57,8.82,22.19,8.82a29.43,29.43,0,0,0,21-8.82c6.16-6.31,9.87-13.87,9.87-22.71,0-13.86-7.41-23.95-21-29v-8.83c-2.46,0-4.93-1.26-7.4-1.26,0-7.56,2.47-10.08,7.4-10.08q5.55,0,14.8,7.56l3.7,2.52c8.62,7.57,14.78,11.35,21,11.35,2.46,0,4.92,0,7.39-1.26,1.23-1.26,2.47-2.52,2.47-3.78,0-2.53,0-2.53-2.47-2.53Zm-64.4,61.52c-20.23-12-16.75-32.3-12.08-41.37l6.3,2.75-.09.27-.12.24c-.42.83-10.09,20.47,9.44,32Z"/>
</g>
<!-- Instructions button -->
<foreignObject x="425" y="300" width="130" height="34" class="button" fill="white" >
<button xmlns="http://www.w3.org/1999/xhtml" onclick="showInstructionScreen()">How to Play</button>
</foreignObject>
<!-- Start button -->
<foreignObject x="425" y="350" width="130" height="34" class="button" id="start-button" fill="white">
<button xmlns="http://www.w3.org/1999/xhtml" onclick="startButtonClicked()">Start</button>
</foreignObject>
<!-- Game Instructions Screen -->
<g id="instructions" style="display:none">
<defs><style>.cls-1{fill:#f2e9e4;opacity:1;stroke-width:0;}</style></defs><title>instructions</title><rect class="cls-1" x="37.5" y="41" width="925" height="420"/>
<!-- Instruction background -->
<g>
<defs><style>.b19a8d3c-b29f-4633-bc94-7e5e4c653d31{opacity:0.2;}.f29fe1ee-ac65-466f-85d7-6ca0288e8221{opacity:0.15;}</style></defs><title>inst-bg</title><g class="b19a8d3c-b29f-4633-bc94-7e5e4c653d31"><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M701.33,181.26l81.49,56,5.08-10.19Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M594.42,64.13,584.19,74.31l66.19,66.19Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M752.26,64.13l-56,76.37,66.23-66.19Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M635.13,288.2l25.45-91.68L619.85,283.1Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M670.76,135.39l10.18-71.26H665.69Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M701.33,262.74h10.18l-25.46-66.22Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M665.68,166h-5.09c-10.18,5.1-15.26,10.18-25.44,10.18-15.28,0-40.72-15.27-71.3-40.75l-15.27-10.15C518,99.78,497.65,84.49,472.18,84.49c-15.27,0-25.48,5.1-35.64,20.39-10.18,10.18-15.27,20.37-15.27,40.74v5c-15.29,0-25.44,5.12-30.58,5.12v35.65c-56,25.44-86.56,61.11-86.56,117.09,0,35.68,15.28,66.23,35.65,91.7,25.46,20.36,56.05,35.63,91.66,35.63A122.86,122.86,0,0,0,518,400.23c25.45-25.47,40.74-56,40.74-91.7,0-56-30.59-96.74-86.58-117.09V155.79c-10.2,0-20.37-5.12-30.56-5.12,0-30.51,10.19-40.71,30.56-40.71q22.92,0,61.09,30.53l15.29,10.18c35.64,30.58,61.08,45.85,86.57,45.85,10.18,0,20.35,0,30.55-5.07,5.08-5.11,10.2-10.19,10.2-15.3,0-10.18,0-10.18-10.19-10.18Zm-266,248.43C316.1,366,330.49,284,349.77,247.33l26,11.09s-.35,1.06-.37,1.09l-.51,1c-1.73,3.33-41.64,82.63,39,129.34Z"/><path class="f29fe1ee-ac65-466f-85d7-6ca0288e8221" d="M772.64,155.79V145.6l-66.22,15.27Z"/></g>
</g>
<!-- the close button -->
<g id="close-button" onclick="hideInstructionScreen()">
<defs><style>.a{font-size:48px;fill:#c1272d;font-family:MarkerFelt-Wide, Marker Felt;cursor:pointer;}</style></defs><title>x</title><text class="a" transform="translate(68 98)">x</text>
</g>
<!-- How to Play -->
<g >
<defs><style>.\32 ea0dc4f-da18-4483-a5e6-2f3834ef055a{font-size:36px;fill:#4d4d4d;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}.\35 a3824a7-ea77-4668-b6c4-7b4f7b3b5ba8{letter-spacing:-0.01em;}.c50a8bf0-b3ec-4455-b638-eff97dd5a05f{letter-spacing:-0.02em;}.\35 9026ab1-2b2f-4ede-85a9-9c5280e79819{letter-spacing:-0.01em;}.\35 1160f37-e9fb-4c49-b99a-724f49f39747{letter-spacing:0em;}.\30 2b52ab9-ef53-43c3-ac11-33eeb02fd6b5{letter-spacing:-0.02em;}</style></defs><title>howtoplay</title><text class="2ea0dc4f-da18-4483-a5e6-2f3834ef055a" transform="translate(435.62 83)">H<tspan class="5a3824a7-ea77-4668-b6c4-7b4f7b3b5ba8" x="17.96" y="0">o</tspan><tspan class="c50a8bf0-b3ec-4455-b638-eff97dd5a05f" x="33.62" y="0">w</tspan><tspan class="59026ab1-2b2f-4ede-85a9-9c5280e79819" x="57.56" y="0"> </tspan><tspan class="51160f37-e9fb-4c49-b99a-724f49f39747" x="64.26" y="0">to Pla</tspan><tspan class="02b52ab9-ef53-43c3-ac11-33eeb02fd6b5" x="143.96" y="0">y</tspan></text>
</g>
<!-- Instruction 1 -->
<g>
<defs><style>.\30 5964a09-4300-4c42-9a04-628db209af71,.\31 03ae6e5-e5b9-4665-89a1-e10ad8e2fed9{fill:none;}.\36 e691b98-34b5-4587-b25c-a71463661ab6{font-size:15px;fill:#666;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}.\37 f614d27-79fa-45e9-b4b3-103b54534f85{letter-spacing:-0.06em;}.\34 da8a270-6e70-4fd0-8dfe-e677988cedb9{letter-spacing:-0.01em;}.\37 8f76bbe-a977-4b11-a511-15d8b7e36216{letter-spacing:-0.01em;}.\34 30e4f5f-4e45-4eb1-9f6e-ea6b05c82d5b{letter-spacing:-0.02em;}.\36 f85c87d-5cdd-4d15-b9f6-ad1d845799c5{letter-spacing:-0.01em;}.\36 a2e5ac3-82c6-4a4c-ad32-654c5456ce1f{letter-spacing:0em;}.\34 d1932f2-8d72-4037-9264-32433fd58860{letter-spacing:-0.03em;}.\32 5c014c7-79e1-45ae-b941-feeab3e7d6fa{letter-spacing:-0.01em;}.\35 e57c330-9966-4827-9996-9576c6d32693{letter-spacing:0em;}.\39 82de283-3e97-4d44-9249-b70079b66829{letter-spacing:-0.01em;}.\39 995cea6-5fde-4f09-aa6f-5a7dcf0908fb{letter-spacing:-0.02em;}.\38 df4e9ea-f316-473b-883e-c4bcf720f8bf{letter-spacing:-0.01em;}.aa92442d-8d1a-4344-a9f2-1308c5c4bf66{letter-spacing:0em;}.bbc6646d-85a0-483a-9a8e-733dd9c07207{letter-spacing:-0.03em;}.b9e2af3f-2833-47aa-86f9-8fd3f1ce8633{letter-spacing:-0.02em;}.\30 5acf576-c673-46ca-979c-e8a8e637de7f{letter-spacing:-0.01em;}.a108227e-09a6-4e2b-a2fa-23c878a70030{letter-spacing:-0.03em;}.d066c0ab-2dea-4dda-aee7-db565ea3a89f{letter-spacing:-0.03em;}.\35 7c09683-6b63-4a6a-888d-9ab87e8c6c69{letter-spacing:0em;}.\34 0045959-041e-458a-b1f2-210e838490e5{letter-spacing:-0.02em;}.\35 e3a3799-ba5a-465d-9a2b-f64e90913b9e,.\36 847d763-b489-4128-9238-e4b6dfa2c9a9{fill:#4c2605;}.\30 4e9127e-6ab8-4244-87cc-749070ad147a,.\31 03ae6e5-e5b9-4665-89a1-e10ad8e2fed9,.\35 e3a3799-ba5a-465d-9a2b-f64e90913b9e{stroke:#000;stroke-miterlimit:10;}.\37 f54226c-a594-4438-8e2f-e1cdc43efde6{fill:#513f30;}.fe9143d6-6ad9-49f5-9cf6-9eaa273d9870{fill:#383838;}.\31 03ae6e5-e5b9-4665-89a1-e10ad8e2fed9{stroke-linecap:round;stroke-width:2px;}.\30 4e9127e-6ab8-4244-87cc-749070ad147a,.de3a7258-ce0f-4187-876f-482ce30bd87c{fill:#fff;}.\31 419c74e-3b34-4bbf-9a6a-ffb560b909be{fill:#996a2c;}.f6f880e1-a5a5-44c1-9544-050ae8eb2b00{fill:#1c1c1c;}.\32 7c45000-9b3a-4343-93cf-a3fdeb564514{fill:#9b9b9b;}.fe700739-1a9d-45d8-be37-5d90c889db4c{fill:#727272;}.adf44fb4-9ccc-48f8-8b56-cd5cacff017b{fill:#b5b5b5;}.fd715501-140e-4cf7-85ae-e6f3ead31602{clip-path:url(#efa4f6ac-36b2-436d-8df7-39eab2d1afa4);}.\36 2e028ad-bd67-4dac-b6b4-afa4a0b1ca07{fill:#606060;}</style><clipPath id="efa4f6ac-36b2-436d-8df7-39eab2d1afa4"><ellipse class="05964a09-4300-4c42-9a04-628db209af71" cx="121.04" cy="189.62" rx="7.65" ry="4.15"/></clipPath></defs><title>inst-01</title><g id="5814fc68-5e22-47c2-8e89-221ba939255d" data-name="Layer 5"><text class="6e691b98-34b5-4587-b25c-a71463661ab6" transform="translate(146 170) scale(1.02 1)"><tspan class="7f614d27-79fa-45e9-b4b3-103b54534f85">Y</tspan><tspan x="5.57" y="0">ou</tspan><tspan class="4da8a270-6e70-4fd0-8dfe-e677988cedb9" x="19.03" y="0">’</tspan><tspan x="21.97" y="0">re stuck on a scaffold afte</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="176.16" y="0">r</tspan><tspan x="181.48" y="0" xml:space="preserve"> a hard da</tspan><tspan class="430e4f5f-4e45-4eb1-9f6e-ea6b05c82d5b" x="238.03" y="0">y</tspan><tspan x="244.51" y="0" xml:space="preserve"> o</tspan><tspan class="6f85c87d-5cdd-4d15-b9f6-ad1d845799c5" x="254.23" y="0">f</tspan><tspan class="6a2e5ac3-82c6-4a4c-ad32-654c5456ce1f" x="259.72" y="0" xml:space="preserve"> construction </tspan><tspan class="4da8a270-6e70-4fd0-8dfe-e677988cedb9" x="0" y="18">w</tspan><tspan x="10.08" y="18">ork. N</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="42.15" y="18">o</tspan><tspan class="4d1932f2-8d72-4037-9264-32433fd58860" x="48.68" y="18">w</tspan><tspan x="58.5" y="18">,</tspan><tspan class="25c014c7-79e1-45ae-b941-feeab3e7d6fa" x="61.32" y="18"> </tspan><tspan class="5e57c330-9966-4827-9996-9576c6d32693" x="64.11" y="18">there are monsters climbing up</tspan><tspan class="25c014c7-79e1-45ae-b941-feeab3e7d6fa" x="242.62" y="18"> </tspan><tspan x="245.41" y="18">the</tspan><tspan class="982de283-3e97-4d44-9249-b70079b66829" x="264.6" y="18"> </tspan><tspan x="267.42" y="18">fi</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="276.21" y="18">v</tspan><tspan x="282.45" y="18">e ladders </tspan><tspan x="0" y="36">surrounding</tspan><tspan class="9995cea6-5fde-4f09-aa6f-5a7dcf0908fb" x="68.56" y="36"> </tspan><tspan class="8df4e9ea-f316-473b-883e-c4bcf720f8bf" x="71.29" y="36">y</tspan><tspan class="6a2e5ac3-82c6-4a4c-ad32-654c5456ce1f" x="77.85" y="36">ou. </tspan><tspan class="aa92442d-8d1a-4344-a9f2-1308c5c4bf66" x="97.15" y="36">M</tspan><tspan class="5e57c330-9966-4827-9996-9576c6d32693" x="104.59" y="36">a</tspan><tspan class="bbc6646d-85a0-483a-9a8e-733dd9c07207" x="111.73" y="36">k</tspan><tspan x="117.87" y="36">e use o</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="157.41" y="36">f</tspan><tspan class="b9e2af3f-2833-47aa-86f9-8fd3f1ce8633" x="162.9" y="36"> </tspan><tspan class="05acf576-c673-46ca-979c-e8a8e637de7f" x="165.63" y="36">y</tspan><tspan x="172.18" y="36">ou</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="185.65" y="36">r</tspan><tspan x="190.98" y="36" xml:space="preserve"> hamme</tspan><tspan class="6f85c87d-5cdd-4d15-b9f6-ad1d845799c5" x="235.02" y="36">r</tspan><tspan class="6a2e5ac3-82c6-4a4c-ad32-654c5456ce1f" x="240.34" y="36" xml:space="preserve"> and bomb</tspan><tspan class="25c014c7-79e1-45ae-b941-feeab3e7d6fa" x="298.08" y="36"> </tspan><tspan x="300.87" y="36">to </tspan><tspan class="a108227e-09a6-4e2b-a2fa-23c878a70030" x="316.39" y="36">k</tspan><tspan class="6a2e5ac3-82c6-4a4c-ad32-654c5456ce1f" x="322.53" y="36">eep </tspan><tspan class="d066c0ab-2dea-4dda-aee7-db565ea3a89f" x="0" y="54">‘</tspan><tspan x="2.67" y="54">em d</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="29.53" y="54">o</tspan><tspan x="36.06" y="54">wn! </tspan><tspan class="7f614d27-79fa-45e9-b4b3-103b54534f85" x="59.31" y="54">Y</tspan><tspan x="64.87" y="54">ou g</tspan><tspan class="57c09683-6b63-4a6a-888d-9ab87e8c6c69" x="88.35" y="54">e</tspan><tspan class="5e57c330-9966-4827-9996-9576c6d32693" x="94.95" y="54">t 10 points</tspan><tspan class="05acf576-c673-46ca-979c-e8a8e637de7f" x="156.03" y="54"> </tspan><tspan x="158.85" y="54">fo</tspan><tspan class="6f85c87d-5cdd-4d15-b9f6-ad1d845799c5" x="171.25" y="54">r</tspan><tspan class="6a2e5ac3-82c6-4a4c-ad32-654c5456ce1f" x="176.58" y="54" xml:space="preserve"> each monste</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="252.67" y="54">r</tspan><tspan x="258" y="54" xml:space="preserve"> killed, so look </tspan><tspan x="0" y="72">out</tspan><tspan class="05acf576-c673-46ca-979c-e8a8e637de7f" x="19.27" y="72"> </tspan><tspan x="22.1" y="72">fo</tspan><tspan class="78f76bbe-a977-4b11-a511-15d8b7e36216" x="34.5" y="72">r</tspan><tspan class="25c014c7-79e1-45ae-b941-feeab3e7d6fa" x="39.83" y="72"> </tspan><tspan x="42.62" y="72">the ladders</tspan><tspan class="40045959-041e-458a-b1f2-210e838490e5" x="107.85" y="72"> </tspan><tspan x="110.59" y="72">with multiple monsters and score on!</tspan></text></g><g id="19e24197-0a28-491e-88e5-342a566d4541" data-name="Layer 7"><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="199.15" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="204.13" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="209.1" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="214.08" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="219.06" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="224.03" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="229.01" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="233.98" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="194.18" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="189.2" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="184.23" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="179.25" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="174.27" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="169.3" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="164.32" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="159.35" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="154.37" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="149.4" width="12.7" height="2.13"/><rect class="5e3a3799-ba5a-465d-9a2b-f64e90913b9e" x="118.84" y="149.4" width="12.7" height="2.13"/><path class="6847d763-b489-4128-9238-e4b6dfa2c9a9" d="M131.54,239.57a1.31,1.31,0,0,1-1.27-1.35V147a1.27,1.27,0,1,1,2.54,0v91.26A1.31,1.31,0,0,1,131.54,239.57Z"/><path d="M131.54,145.73a1.19,1.19,0,0,1,1.15,1.23v91.26a1.15,1.15,0,1,1-2.29,0V147a1.19,1.19,0,0,1,1.14-1.23m0-.25a1.43,1.43,0,0,0-1.39,1.48v91.26a1.4,1.4,0,1,0,2.79,0V147a1.44,1.44,0,0,0-1.4-1.48Z"/><path class="6847d763-b489-4128-9238-e4b6dfa2c9a9" d="M118.84,239.57a1.31,1.31,0,0,1-1.27-1.35V147a1.27,1.27,0,1,1,2.54,0v91.26A1.31,1.31,0,0,1,118.84,239.57Z"/><path d="M118.84,145.73A1.19,1.19,0,0,1,120,147v91.26a1.15,1.15,0,1,1-2.29,0V147a1.19,1.19,0,0,1,1.15-1.23m0-.25a1.44,1.44,0,0,0-1.4,1.48v91.26a1.4,1.4,0,1,0,2.79,0V147a1.43,1.43,0,0,0-1.39-1.48Z"/><rect class="6847d763-b489-4128-9238-e4b6dfa2c9a9" x="88.04" y="140.62" width="74.06" height="7.02"/><path d="M162.06,140.82v6.63h-74v-6.63h74m.08-.39H88v7.4h74.14v-7.4Z"/><rect class="7f54226c-a594-4438-8e2f-e1cdc43efde6" x="154.57" y="98.01" width="1.3" height="24.26" transform="translate(-8.6 13.25) rotate(-4.76)"/><path d="M158.52,108.06l-7,.62a3.95,3.95,0,1,1-.66-7.87l7-.62Z"/><circle class="fe9143d6-6ad9-49f5-9cf6-9eaa273d9870" cx="158.2" cy="104.13" r="3.95"/><line class="103ae6e5-e5b9-4665-89a1-e10ad8e2fed9" x1="149.58" y1="110.83" x2="149.58" y2="127.96"/><polyline class="103ae6e5-e5b9-4665-89a1-e10ad8e2fed9" points="152.89 139.15 151.46 127.96 147.64 127.96 146.72 139.15"/><polyline class="103ae6e5-e5b9-4665-89a1-e10ad8e2fed9" points="157.37 111.64 158.77 118.88 152.53 116.67 146.5 116.67 148.29 122.72 154.5 120.02"/><ellipse id="40a308ae-58b4-4797-88a1-cc59f4251a1f" data-name="Right Hand" class="04e9127e-6ab8-4244-87cc-749070ad147a" cx="156.45" cy="120.02" rx="1.95" ry="1.13"/><ellipse id="ae480088-57c4-4049-a44a-2271209cfe59" data-name="Left Hand" class="04e9127e-6ab8-4244-87cc-749070ad147a" cx="155.58" cy="111.64" rx="1.78" ry="0.81"/><ellipse class="04e9127e-6ab8-4244-87cc-749070ad147a" cx="144.66" cy="139.33" rx="2.51" ry="0.65"/><ellipse class="04e9127e-6ab8-4244-87cc-749070ad147a" cx="154.98" cy="139.33" rx="2.51" ry="0.65"/><circle id="7eedd4bf-2e3e-4303-948a-6aa52f85102a" data-name="Head" class="04e9127e-6ab8-4244-87cc-749070ad147a" cx="149.58" cy="110.83" r="5.03"/><path class="1419c74e-3b34-4bbf-9a6a-ffb560b909be" d="M133.54,124c1.16.45,1.64-.11,1.64-.11-3.08-11.55-11.85-2.22-10.37,2.24l1.26.34C125.07,122.93,131.33,116,133.54,124Z"/><circle class="f6f880e1-a5a5-44c1-9544-050ae8eb2b00" cx="124.77" cy="133.35" r="6.92"/><polygon class="f6f880e1-a5a5-44c1-9544-050ae8eb2b00" points="126.11 128.82 124.17 128.69 123.71 124.59 127.03 124.82 126.11 128.82"/><path id="b79e3625-f3b0-42d1-b0cf-647b72ba66f9" data-name="Left Arm" class="27c45000-9b3a-4343-93cf-a3fdeb564514" d="M118.65,191.89l-1.15,1.25s-3.74-4-4.11-5.64c0-1.63,1.8-5.77,1.8-5.77s.12-1.15-.39-1.57a2.08,2.08,0,0,1-.52-2.85c.1,1.67,1.14,1.88,1.14,1.88a2.21,2.21,0,0,1,1.49-3.19,3.87,3.87,0,0,0-.37,3.16s.39-3.54,2.8-2.81a2.91,2.91,0,0,0-1.12,3.76s.89.29,2.28-1.21c-.08,1.18-1.07,2.07-2.61,2.47a4.9,4.9,0,0,0-1.25.55c-.59,1.11-.8,3.91-1.58,5.58A37.48,37.48,0,0,0,118.65,191.89Z"/><path id="6b03a293-0305-49cb-93e8-bc230cbea50b" data-name="Right Arm" class="27c45000-9b3a-4343-93cf-a3fdeb564514" d="M122.68,191.89l-.43,1.83s5,3.23,7.94,3.47a9,9,0,0,0,3.39-5,8.89,8.89,0,0,0,1.42-1.35,3.58,3.58,0,0,0,.1-3.35,3.89,3.89,0,0,1-1.23,2.33s.88-2.38-.68-3.56a4.58,4.58,0,0,1-.47,3.08,2.44,2.44,0,0,0-1.83-3.08c1.74,2.24.47,3.84.47,3.84s-.93-.05-1.72-2.07a2.65,2.65,0,0,0,1.35,3.18,4.57,4.57,0,0,1,1.25.7c.15.88-1.51,1.86-2.2,3.2C128,195,122.68,191.89,122.68,191.89Z"/><g id="45d7e4ed-efff-49c5-a54a-8d251bcca587" data-name="Left Leg"><path id="e4589e87-215c-4cc6-9508-fd2c72d90c01" data-name="Left Leg" class="fe700739-1a9d-45d8-be37-5d90c889db4c" d="M116.86,211.4l-1.85-.15c.44-1.71-.17-2.92.11-4.75,1.27-3.46,2.63-4.33,2.63-4.33l.9.78a18.86,18.86,0,0,0-2.11,3.84A12.42,12.42,0,0,0,116.86,211.4Z"/><path class="fe700739-1a9d-45d8-be37-5d90c889db4c" d="M117.19,211.5c0,.29-.37.53-1.52.53s-2.09-.22-2.09-.53c0-.59.93-1.07,2.09-1.07S117.19,210.91,117.19,211.5Z"/></g><g id="bfe8798d-b4af-4ed0-911d-248319a1f79d" data-name="Right Leg"><path id="b8156782-bd4e-41c7-8461-aa41b2aabb65" data-name="Left Leg" class="27c45000-9b3a-4343-93cf-a3fdeb564514" d="M124.59,206.86l2.14.15c-.92-1.69.48-5.32,0-6.87-1-.34-5,3-5,3v1.22s2.59-2.24,3.61-2.19C125.73,202.78,124.59,206.86,124.59,206.86Z"/><path class="27c45000-9b3a-4343-93cf-a3fdeb564514" d="M124.32,207.06c0,.29.38.53,1.53.53s2.09-.22,2.09-.53c0-.59-.93-1.07-2.09-1.07S124.32,206.47,124.32,207.06Z"/><path id="645f417e-a79e-4d6c-8f4e-eb7202378371" data-name="Left Leg" class="fe700739-1a9d-45d8-be37-5d90c889db4c" d="M124.59,206.86l2.14.15c-.92-1.69.48-5.32,0-6.87-1-.34-5,3-5,3v1.22s2.59-2.24,3.61-2.19C125.73,202.78,124.59,206.86,124.59,206.86Z"/><path class="fe700739-1a9d-45d8-be37-5d90c889db4c" d="M124.32,207.06c0,.29.38.53,1.53.53s2.09-.22,2.09-.53c0-.59-.93-1.07-2.09-1.07S124.32,206.47,124.32,207.06Z"/></g><ellipse id="b4aeed7d-941a-4095-92e3-92fc25ac39df" data-name="Body" class="27c45000-9b3a-4343-93cf-a3fdeb564514" cx="121.04" cy="197.87" rx="4.5" ry="7.21"/><path id="8fb55423-bef3-4c6d-b2cb-bea32d0ac5d8" data-name="Tail" class="27c45000-9b3a-4343-93cf-a3fdeb564514" d="M121.75,212.11,123,212l-.82,2.71-3-2.44,1.52-.13c-1.82-4.29-.12-5.53-.92-8.59l2.69-.67C121.29,205.21,120.23,208.58,121.75,212.11Z"/><g id="66c253dd-9cc1-4480-a8fc-f42063037eff" data-name="Head"><ellipse id="d387bd70-f3ad-4276-8f29-bf9d67c543fc" data-name="Head" class="adf44fb4-9ccc-48f8-8b56-cd5cacff017b" cx="121.04" cy="189.62" rx="7.65" ry="4.15"/><g class="fd715501-140e-4cf7-85ae-e6f3ead31602"><path class="de3a7258-ce0f-4187-876f-482ce30bd87c" d="M116.28,185.37l3.52.16a9.28,9.28,0,0,0-3,2.39A3,3,0,0,1,116.28,185.37Z"/></g><g class="fd715501-140e-4cf7-85ae-e6f3ead31602"><ellipse cx="117.71" cy="185.82" rx="0.74" ry="0.67"/></g><g class="fd715501-140e-4cf7-85ae-e6f3ead31602"><path class="de3a7258-ce0f-4187-876f-482ce30bd87c" d="M125.79,185.37l-3.51.16a9.29,9.29,0,0,1,3,2.39A3,3,0,0,0,125.79,185.37Z"/></g><g class="fd715501-140e-4cf7-85ae-e6f3ead31602"><ellipse cx="124.37" cy="185.82" rx="0.74" ry="0.67"/></g></g><path id="aa4ad871-d0b3-438a-afa6-92ba0f40472f" data-name="Left Horn" class="62e028ad-bd67-4dac-b6b4-afa4a0b1ca07" d="M116.21,188.48c-1.66,0-6,3.05-.68,6.82-.78-3.32,1.18-4.19,2.25-4.52A2.38,2.38,0,0,0,116.21,188.48Z"/><path class="62e028ad-bd67-4dac-b6b4-afa4a0b1ca07" d="M125.87,188.48c1.65,0,6,3.05.68,6.82.77-3.32-1.18-4.19-2.25-4.52A2.36,2.36,0,0,1,125.87,188.48Z"/></g>
</g>
<!-- Instruction 2 -->
<g>
<defs><style>.\33 a0c374b-4b51-4a55-815b-8c06bf1db550{fill:#ef4b53;}.\37 b9632d2-9278-4f7c-badf-4a43d246da82{fill:#f47682;}.f318d71a-16d2-40d2-bebb-fef9144f9978{font-size:15px;fill:#666;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}.\35 d2524b4-e187-4289-a01e-c5048a27c27f{letter-spacing:-0.06em;}.b8bfd2d2-b288-4057-9343-cc4611e9f39d{letter-spacing:0em;}.\35 995240f-544b-4499-813a-6e96a377a27c{letter-spacing:-0.01em;}.e4ed98a2-22f1-4793-914e-33ca95e1baa6{letter-spacing:-0.01em;}.e14f5966-aa9a-480e-b443-48b6af421e7b{letter-spacing:-0.01em;}.ca03b02e-00aa-4cbc-b2cc-7c2ee2528780{letter-spacing:-0.02em;}.de9a5db9-1991-47bc-99d8-639f946b0433{letter-spacing:-0.04em;}.\36 2a43cd2-a53f-43c0-9068-04bb38dd9516{letter-spacing:-0.02em;}.\37 541df4b-045b-4c3f-8548-cab14d230796{letter-spacing:-0.01em;}.a761f3c2-e39f-48d5-9b26-5993f442b445{letter-spacing:0em;}.\36 65de51e-768e-4d6b-b8a4-d59b7a1ce073{letter-spacing:-0.01em;}.\31 3cb2939-ec98-4bbd-9877-ebe30b681110{letter-spacing:-0.02em;}.\30 dd40fb8-f00b-48e7-b75c-2b9608bbf39d{letter-spacing:-0.01em;}.de5cf80e-b3a8-494a-b0f2-b3d8222094e5{letter-spacing:-0.02em;}.f7ec8a67-0281-4b9a-be38-5b3fa80833dc{letter-spacing:-0.02em;}.\34 5d6aabe-3abb-40c6-8b9b-37144e193998{letter-spacing:0em;}.\39 7f1c11d-5f1b-4444-a814-c8008e7e3dfd{letter-spacing:-0.02em;}.cd72dd5f-b0d4-485a-b5d7-0134863732e7{letter-spacing:-0.01em;}.a3526eb4-d255-4f5e-a796-15b2d70997fa{letter-spacing:0em;}</style></defs><title>inst-02</title><g id="a30bcdfe-6a2c-4225-b95e-16f86b9b8daf" data-name="LIVES and TIMER"><g id="c36dce3d-c7e7-486b-b409-09621ec65c6f" data-name="Icons"><g id="2cca4ac9-8cb3-4856-adae-a7d8ca5e7e7f" data-name="Icons"><path class="3a0c374b-4b51-4a55-815b-8c06bf1db550" d="M247.48,315.71l.76-.75a7.6,7.6,0,0,0-10.74-10.75l-.76.77-.76-.77A7.6,7.6,0,0,0,225.24,315l.76.75,10.35,10.36a.56.56,0,0,0,.78,0l10.35-10.36"/></g><path class="7b9632d2-9278-4f7c-badf-4a43d246da82" d="M231.06,303.35s-6.34-.5-7,6.69a6.93,6.93,0,0,1,7.19-5s1.46.14,1.46-.77S231.06,303.35,231.06,303.35Z"/></g><g id="d65a8c36-fcc5-473b-89d1-9aee529e62d6" data-name="Icons"><g id="30a5587a-dbb3-4db5-896e-bd4171a61e7c" data-name="Icons"><path class="3a0c374b-4b51-4a55-815b-8c06bf1db550" d="M278.48,315.71l.76-.75a7.6,7.6,0,0,0-10.74-10.75l-.76.77-.76-.77A7.6,7.6,0,0,0,256.24,315l.76.75,10.35,10.36a.56.56,0,0,0,.78,0l10.35-10.36"/></g><path class="7b9632d2-9278-4f7c-badf-4a43d246da82" d="M262.06,303.35s-6.34-.5-7,6.69a6.93,6.93,0,0,1,7.19-5s1.46.14,1.46-.77S262.06,303.35,262.06,303.35Z"/></g><g id="ccc822cd-e98c-4752-ab39-3d7454ba8d86" data-name="Icons"><g id="fcd903c9-cfac-487a-bb8e-29d799a57e11" data-name="Icons"><path class="3a0c374b-4b51-4a55-815b-8c06bf1db550" d="M309.48,315.71l.76-.75a7.6,7.6,0,0,0-10.74-10.75l-.76.77-.76-.77A7.6,7.6,0,0,0,287.24,315l.76.75,10.35,10.36a.56.56,0,0,0,.78,0l10.35-10.36"/></g><path class="7b9632d2-9278-4f7c-badf-4a43d246da82" d="M293.06,303.35s-6.34-.5-7,6.69a6.93,6.93,0,0,1,7.19-5s1.46.14,1.46-.77S293.06,303.35,293.06,303.35Z"/></g></g><g id="0001bd58-57a6-43c4-8f96-23b285d48702" data-name="Layer 17"><text class="f318d71a-16d2-40d2-bebb-fef9144f9978" transform="translate(72 351) scale(1.04 1)"><tspan class="5d2524b4-e187-4289-a01e-c5048a27c27f">Y</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="5.56" y="0">ou</tspan><tspan class="5995240f-544b-4499-813a-6e96a377a27c" x="19.03" y="0">’</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="21.97" y="0">re gi</tspan><tspan class="e4ed98a2-22f1-4793-914e-33ca95e1baa6" x="47.26" y="0">v</tspan><tspan x="53.5" y="0">en</tspan><tspan class="e14f5966-aa9a-480e-b443-48b6af421e7b" x="66.91" y="0"> </tspan><tspan x="69.7" y="0">three li</tspan><tspan class="e4ed98a2-22f1-4793-914e-33ca95e1baa6" x="110.26" y="0">v</tspan><tspan x="116.5" y="0">es.</tspan><tspan class="ca03b02e-00aa-4cbc-b2cc-7c2ee2528780" x="132.75" y="0"> </tspan><tspan class="de9a5db9-1991-47bc-99d8-639f946b0433" x="135.46" y="0">T</tspan><tspan x="141.45" y="0">r</tspan><tspan class="62a43cd2-a53f-43c0-9068-04bb38dd9516" x="146.97" y="0">y</tspan><tspan class="7541df4b-045b-4c3f-8548-cab14d230796" x="153.45" y="0"> </tspan><tspan class="a761f3c2-e39f-48d5-9b26-5993f442b445" x="156.24" y="0">to survi</tspan><tspan class="e4ed98a2-22f1-4793-914e-33ca95e1baa6" x="200.32" y="0">v</tspan><tspan x="206.56" y="0">e and kill as ma</tspan><tspan class="665de51e-768e-4d6b-b8a4-d59b7a1ce073" x="293.16" y="0">n</tspan><tspan class="62a43cd2-a53f-43c0-9068-04bb38dd9516" x="299.8" y="0">y</tspan><tspan x="306.28" y="0" xml:space="preserve"> monsters </tspan><tspan x="0" y="18">as</tspan><tspan class="13cb2939-ec98-4bbd-9877-ebe30b681110" x="13.89" y="18"> </tspan><tspan class="0dd40fb8-f00b-48e7-b75c-2b9608bbf39d" x="16.62" y="18">y</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="23.17" y="18">ou can ‘til sunrise.</tspan><tspan class="de5cf80e-b3a8-494a-b0f2-b3d8222094e5" x="126.39" y="18"> </tspan><tspan class="a761f3c2-e39f-48d5-9b26-5993f442b445" x="129.1" y="18">The difficult</tspan><tspan class="f7ec8a67-0281-4b9a-be38-5b3fa80833dc" x="198.93" y="18">y</tspan><tspan x="205.41" y="18" xml:space="preserve"> increases as</tspan><tspan class="13cb2939-ec98-4bbd-9877-ebe30b681110" x="281.26" y="18"> </tspan><tspan class="0dd40fb8-f00b-48e7-b75c-2b9608bbf39d" x="283.99" y="18">y</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="290.54" y="18">ou reach a </tspan><tspan x="0" y="36">cer</tspan><tspan class="45d6aabe-3abb-40c6-8b9b-37144e193998" x="18.81" y="36">t</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="24.55" y="36">ain point in</tspan><tspan class="7541df4b-045b-4c3f-8548-cab14d230796" x="86.74" y="36"> </tspan><tspan class="a761f3c2-e39f-48d5-9b26-5993f442b445" x="89.53" y="36">the game. So b</tspan><tspan class="e4ed98a2-22f1-4793-914e-33ca95e1baa6" x="172.57" y="36">e</tspan><tspan class="97f1c11d-5f1b-4444-a814-c8008e7e3dfd" x="179.04" y="36">w</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="189.04" y="36">are o</tspan><tspan class="cd72dd5f-b0d4-485a-b5d7-0134863732e7" x="218.08" y="36">f</tspan><tspan class="e14f5966-aa9a-480e-b443-48b6af421e7b" x="223.57" y="36"> </tspan><tspan x="226.36" y="36">the rising monsters and </tspan><tspan x="0" y="54">pr</tspan><tspan class="a3526eb4-d255-4f5e-a796-15b2d70997fa" x="12.48" y="54">o</tspan><tspan x="19.12" y="54">tect</tspan><tspan class="e14f5966-aa9a-480e-b443-48b6af421e7b" x="44.02" y="54"> </tspan><tspan x="46.81" y="54">these li</tspan><tspan class="e4ed98a2-22f1-4793-914e-33ca95e1baa6" x="88.6" y="54">v</tspan><tspan class="b8bfd2d2-b288-4057-9343-cc4611e9f39d" x="94.84" y="54">es!</tspan></text></g>
</g>
<!-- Instruction 3 -->
<g>
<defs><style>.ed64e6ec-2684-4f47-8c7e-292bb36e6516{opacity:0.5;}.\35 89873ea-f3dd-47a1-9b5c-1bed781bcbe9{fill:none;}.\37 51f902b-ce57-4415-8ba4-bb551fd9b835{font-size:15px;fill:#666;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}.c708934a-d4e8-49c5-b63c-33943fb920c2{letter-spacing:-0.01em;}.\36 18f3bd1-5d6f-4012-ba07-32d8abf61373{letter-spacing:-0.02em;}.\36 8d05981-c5ea-4d23-a846-ef19cf4af530{letter-spacing:-0.03em;}.\39 f494ab6-1ed7-4eec-918d-3ce3ea549a55{letter-spacing:-0.01em;}.c0ed7646-f5ed-4781-804c-e498b9e19473{letter-spacing:-0.01em;}.\37 717fcfa-b2bc-4b2a-b916-77accb152b5a{letter-spacing:-0.01em;}.\38 79c67f6-e7a7-4de5-8d7d-53eceaf5c486{letter-spacing:-0.01em;}.ca700e7c-f438-453d-b788-ac3400ec4318{letter-spacing:-0.06em;}.e988619a-1693-431d-a100-954335fa41c6{letter-spacing:0em;}</style></defs><title>inst-03</title><g id="d5282301-f49b-46cb-8f75-a4285661415d" data-name="keyboard"><path d="M733.42,133.25H713.19a4.2,4.2,0,0,0-4.19,4.19v21.12a4.2,4.2,0,0,0,4.19,4.19h20.23a4.2,4.2,0,0,0,4.19-4.19V137.44A4.2,4.2,0,0,0,733.42,133.25Zm-4.17,1.85a3,3,0,0,1,3,2.94V153.8a3,3,0,0,1-3,2.94H717.06a2.94,2.94,0,0,1-2.94-2.94V138a2.94,2.94,0,0,1,2.94-2.94Zm-19.59,2.34a3.53,3.53,0,0,1,3.53-3.53h17.89l-1.87.53H717.06a3.6,3.6,0,0,0-3.6,3.6v15.63l-3.81,4.06Z"/><path class="ed64e6ec-2684-4f47-8c7e-292bb36e6516" d="M764.11,133.25H743.89a4.2,4.2,0,0,0-4.19,4.19v21.12a4.2,4.2,0,0,0,4.19,4.19h20.22a4.2,4.2,0,0,0,4.19-4.19V137.44A4.19,4.19,0,0,0,764.11,133.25ZM760,135.1a2.94,2.94,0,0,1,2.94,2.94V153.8a2.94,2.94,0,0,1-2.94,2.94H747.76a3,3,0,0,1-3-2.94V138a3,3,0,0,1,3-2.94Zm-19.6,2.34a3.54,3.54,0,0,1,3.54-3.53h17.88l-1.87.53H747.76a3.6,3.6,0,0,0-3.6,3.6v15.63l-3.81,4.06V137.44Z"/><path class="ed64e6ec-2684-4f47-8c7e-292bb36e6516" d="M764.11,101.25H743.89a4.2,4.2,0,0,0-4.19,4.19v21.12a4.2,4.2,0,0,0,4.19,4.19h20.22a4.2,4.2,0,0,0,4.19-4.19V105.44A4.19,4.19,0,0,0,764.11,101.25ZM760,103.1a2.94,2.94,0,0,1,2.94,2.94V121.8a2.94,2.94,0,0,1-2.94,2.94H747.76a3,3,0,0,1-3-2.94V106a3,3,0,0,1,3-2.94Zm-19.6,2.34a3.54,3.54,0,0,1,3.54-3.53h17.88l-1.87.53H747.76a3.6,3.6,0,0,0-3.6,3.6v15.63l-3.81,4.06V105.44Z"/><path d="M794.81,133.25H774.58a4.2,4.2,0,0,0-4.19,4.19v21.12a4.2,4.2,0,0,0,4.19,4.19h20.23a4.2,4.2,0,0,0,4.19-4.19V137.44A4.2,4.2,0,0,0,794.81,133.25Zm-4.17,1.85a3,3,0,0,1,3,2.94V153.8a3,3,0,0,1-3,2.94H778.45a2.94,2.94,0,0,1-2.94-2.94V138a2.94,2.94,0,0,1,2.94-2.94ZM771,137.44a3.54,3.54,0,0,1,3.54-3.53h17.89l-1.87.53H778.45a3.6,3.6,0,0,0-3.6,3.6v15.63L771,157.73V137.44Z"/><polygon class="589873ea-f3dd-47a1-9b5c-1bed781bcbe9" points="748.6 113.47 750.42 113.47 750.42 119.41 751.15 119.41 751.15 113.47 752.97 113.47 750.78 109.69 748.6 113.47"/><polygon class="589873ea-f3dd-47a1-9b5c-1bed781bcbe9" points="720.51 144.44 716.73 146.63 720.51 148.81 720.51 146.99 726.46 146.99 726.46 146.26 720.51 146.26 720.51 144.44"/><polygon class="589873ea-f3dd-47a1-9b5c-1bed781bcbe9" points="751.15 141.77 750.42 141.77 750.42 147.72 748.6 147.72 750.78 151.5 752.97 147.72 751.15 147.72 751.15 141.77"/><polygon class="589873ea-f3dd-47a1-9b5c-1bed781bcbe9" points="783.49 146.26 777.54 146.26 777.54 146.99 783.49 146.99 783.49 148.81 787.27 146.63 783.49 144.44 783.49 146.26"/><path d="M783.49,148.81V147h-6v-.73h6v-1.81l3.78,2.18Z"/><path class="ed64e6ec-2684-4f47-8c7e-292bb36e6516" d="M750.78,151.5l-2.18-3.78h1.82v-5.95h.73v5.95H753Z"/><path d="M726.46,147h-6v1.82l-3.78-2.18,3.78-2.19v1.82h6Z"/><path class="ed64e6ec-2684-4f47-8c7e-292bb36e6516" d="M751.15,113.47v5.94h-.73v-5.94H748.6l2.19-3.78,2.18,3.78Z"/></g><g id="e139c8f5-ccbd-4f07-b883-b0cb0d068817" data-name="Layer 10"><text class="751f902b-ce57-4415-8ba4-bb551fd9b835" transform="translate(563 188)">Press left and right arr<tspan class="c708934a-d4e8-49c5-b63c-33943fb920c2" x="133.54" y="0">o</tspan><tspan class="618f3bd1-5d6f-4012-ba07-32d8abf61373" x="140.07" y="0">w</tspan><tspan x="150.04" y="0"> </tspan><tspan class="68d05981-c5ea-4d23-a846-ef19cf4af530" x="153.04" y="0">k</tspan><tspan class="9f494ab6-1ed7-4eec-918d-3ce3ea549a55" x="159.18" y="0">e</tspan><tspan class="c0ed7646-f5ed-4781-804c-e498b9e19473" x="165.66" y="0">y</tspan><tspan x="172.23" y="0">s</tspan><tspan class="7717fcfa-b2bc-4b2a-b916-77accb152b5a" x="178.98" y="0"> </tspan><tspan x="181.77" y="0">to m</tspan><tspan class="879c67f6-e7a7-4de5-8d7d-53eceaf5c486" x="207.55" y="0">ov</tspan><tspan x="220.32" y="0">e along</tspan><tspan class="7717fcfa-b2bc-4b2a-b916-77accb152b5a" x="260.68" y="0"> </tspan><tspan x="263.47" y="0">the scaffold. </tspan><tspan class="ca700e7c-f438-453d-b788-ac3400ec4318" x="0" y="18">Y</tspan><tspan x="5.56" y="18">ou ha</tspan><tspan class="c708934a-d4e8-49c5-b63c-33943fb920c2" x="35.9" y="18">v</tspan><tspan x="42.13" y="18">e 1 minute and 30 seconds on</tspan><tspan class="7717fcfa-b2bc-4b2a-b916-77accb152b5a" x="208.2" y="18"> </tspan><tspan class="e988619a-1693-431d-a100-954335fa41c6" x="210.99" y="18">the clock so </tspan><tspan class="68d05981-c5ea-4d23-a846-ef19cf4af530" x="282.24" y="18">k</tspan><tspan x="288.37" y="18">eep</tspan><tspan class="7717fcfa-b2bc-4b2a-b916-77accb152b5a" x="308.65" y="18"> </tspan><tspan x="311.44" y="18">those </tspan><tspan x="0" y="36">fingers m</tspan><tspan class="879c67f6-e7a7-4de5-8d7d-53eceaf5c486" x="54.73" y="36">o</tspan><tspan class="e988619a-1693-431d-a100-954335fa41c6" x="61.26" y="36">vin</tspan><tspan class="c0ed7646-f5ed-4781-804c-e498b9e19473" x="77.55" y="36">’</tspan><tspan x="80.49" y="36"> </tspan></text></g>
</g>
<!-- Instruction 4 -->
<g>
<defs><style>.\34 76802c7-bcfe-4103-b52f-a7a9aeb93a0e,.\39 3f9c9b1-002f-454d-b13c-f2e5d5f15062{fill:none;}.\33 b3a44aa-4845-46cf-8918-03f4d3aff0b2,.\34 b8edde5-5f40-452c-850b-e259cea21f16{fill:#4c2605;}.\31 e9b0b51-f30e-4986-926e-1152682f104d,.\34 b8edde5-5f40-452c-850b-e259cea21f16,.\39 3f9c9b1-002f-454d-b13c-f2e5d5f15062{stroke:#000;}.\31 e9b0b51-f30e-4986-926e-1152682f104d,.\34 b8edde5-5f40-452c-850b-e259cea21f16,.\37 a703bc2-f18b-4ce9-a001-7fd53a285bc3,.\39 3f9c9b1-002f-454d-b13c-f2e5d5f15062{stroke-miterlimit:10;}.fc8533a6-c54c-4d11-97c4-d749ea91dfed{fill:#9b9b9b;}.\31 97a88c7-8dc8-446a-b423-48ec4b3e7d58{fill:#727272;}.\34 8fe7b3d-63a5-47e1-94e7-8fed755a35f6{fill:#b5b5b5;}.\38 45ee0e1-accf-4d57-8bae-2bb0856dc690{clip-path:url(#889924d2-39fa-4066-9627-e7e56a2db8dc);}.\31 e9b0b51-f30e-4986-926e-1152682f104d,.b9b472a6-ec2a-4908-8f28-cbdab273d30d{fill:#fff;}.\31 96a5af6-023a-4ee1-9bcd-7665fe9df3ee{fill:#606060;}.\39 3f9c9b1-002f-454d-b13c-f2e5d5f15062{stroke-linecap:round;stroke-width:2px;}.\33 01c18b0-b54a-45ab-b255-2f4c2bac4883{fill:#513f30;}.\37 a703bc2-f18b-4ce9-a001-7fd53a285bc3{stroke:#b70000;stroke-width:3px;fill:url(#7af9e036-71c4-46ae-8f02-9e0f5116268e);}.\37 d638a15-09b9-43a9-826f-83161a5329c1{font-size:15px;fill:#666;font-family:LondrinaSolid-Regular, Londrina Solid;cursor:default;}.\35 8ac5635-3652-47bb-86a4-b22bfcf09e5c{letter-spacing:-0.01em;}.\33 cd7dd4c-dfd2-4a0d-9b56-43617a8995e1{letter-spacing:0em;}.b389c966-023b-4232-aba0-1ec5d177ab21{letter-spacing:-0.01em;}.\37 e209e33-6bea-4647-88cc-a211f1ebae07{letter-spacing:-0.01em;}.fd5f20e9-72d5-422e-a78c-34673c0bffe0{letter-spacing:-0.01em;}.\34 557c75a-0388-45bd-ac2b-422ef19fc80e{letter-spacing:0em;}.\35 e63526b-90ca-4f5f-ae70-82e6ea3a8a61{letter-spacing:-0.05em;}.ce680897-a635-4bcb-a9e2-a8bc11728067{letter-spacing:-0.01em;}.\34 0d0af40-1f53-4d34-8b3c-d27b6ed5a4ee{letter-spacing:0em;}.\38 552c993-2bad-4431-a3ce-616a43bd1b6c{letter-spacing:-0.02em;}.\35 c73c423-3986-4012-ac5e-0ee1269689ee{letter-spacing:-0.01em;}.\35 9e1a362-1106-43c7-b666-93ae4c808ef1{letter-spacing:-0.01em;}.\30 8ac35ba-0846-4cd8-83f2-38d6eb043dc0{letter-spacing:0em;}.\36 c9c2cb1-af40-4b00-b248-297c5511e8ae{letter-spacing:-0.05em;}.\38 940da1a-dd20-4806-b7ea-aecd973886d8{letter-spacing:-0.03em;}.bdb36865-e290-447e-bc3e-8ac4a37816bc{letter-spacing:-0.01em;}.\30 ccd32e0-9014-4998-b12a-e4d8ec73a932{letter-spacing:-0.02em;}</style><clipPath id="889924d2-39fa-4066-9627-e7e56a2db8dc"><ellipse class="476802c7-bcfe-4103-b52f-a7a9aeb93a0e" cx="526.67" cy="366.61" rx="7.08" ry="3.84"/></clipPath><radialGradient id="7af9e036-71c4-46ae-8f02-9e0f5116268e" cx="441.72" cy="-618.91" r="10.6" gradientTransform="matrix(0.04, 1.29, -1.31, 0.03, -299.65, -222.11)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="0.4" stop-color="#ff9300"/><stop offset="0.68" stop-color="red"/></radialGradient></defs><title>inst-04</title><g id="79a9e192-8f11-4dd2-a481-459121212b60" data-name="Layer 8"><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="368.16" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="372.77" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="377.37" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="381.98" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="386.59" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="391.19" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="395.8" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="400.41" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="363.55" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="358.95" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="354.34" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="349.73" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="345.12" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="340.52" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="335.91" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="331.3" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="326.7" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="322.09" width="11.76" height="1.97"/><rect class="4b8edde5-5f40-452c-850b-e259cea21f16" x="522.55" y="322.09" width="11.76" height="1.97"/><path class="3b3a44aa-4845-46cf-8918-03f4d3aff0b2" d="M534.31,405.58a1.22,1.22,0,0,1-1.17-1.25v-84.5a1.18,1.18,0,1,1,2.35,0v84.5A1.22,1.22,0,0,1,534.31,405.58Z"/><path d="M534.31,318.7a1.1,1.1,0,0,1,1.06,1.13v84.5a1.06,1.06,0,1,1-2.12,0v-84.5a1.1,1.1,0,0,1,1.06-1.13m0-.23a1.33,1.33,0,0,0-1.29,1.36v84.5a1.29,1.29,0,1,0,2.58,0v-84.5a1.32,1.32,0,0,0-1.29-1.36Z"/><path class="3b3a44aa-4845-46cf-8918-03f4d3aff0b2" d="M522.55,405.58a1.21,1.21,0,0,1-1.17-1.25v-84.5a1.18,1.18,0,1,1,2.35,0v84.5A1.22,1.22,0,0,1,522.55,405.58Z"/><path d="M522.55,318.7a1.1,1.1,0,0,1,1.06,1.13v84.5a1.06,1.06,0,1,1-2.12,0v-84.5a1.1,1.1,0,0,1,1.06-1.13m0-.23a1.33,1.33,0,0,0-1.29,1.36v84.5a1.29,1.29,0,1,0,2.58,0v-84.5a1.33,1.33,0,0,0-1.29-1.36Z"/><rect class="3b3a44aa-4845-46cf-8918-03f4d3aff0b2" x="494.04" y="313.97" width="68.57" height="6.5"/><path d="M562.57,314.15v6.14H494.08v-6.14h68.49m.08-.36H494v6.85h68.65v-6.85Z"/><path id="d02f95d1-7cc2-4f14-9263-c055f9546047" data-name="Left Arm" class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" d="M524.46,368.72l-1.07,1.15s-3.46-3.75-3.8-5.22c0-1.51,1.66-5.34,1.66-5.34s.12-1.06-.36-1.45a1.93,1.93,0,0,1-.48-2.64c.09,1.54,1.06,1.74,1.06,1.74a2,2,0,0,1,1.38-2.95,3.55,3.55,0,0,0-.34,2.92s.35-3.28,2.58-2.6a2.69,2.69,0,0,0-1,3.48s.82.27,2.11-1.12c-.07,1.09-1,1.92-2.42,2.28a4.53,4.53,0,0,0-1.15.51c-.55,1-.74,3.62-1.46,5.17A33.91,33.91,0,0,0,524.46,368.72Z"/><path id="bb8d8aa2-2097-4bb5-9acb-164692d285bb" data-name="Right Arm" class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" d="M528.19,368.72l-.4,1.69s4.6,3,7.36,3.21a8.36,8.36,0,0,0,3.13-4.64,8.16,8.16,0,0,0,1.31-1.25,3.31,3.31,0,0,0,.1-3.11,3.61,3.61,0,0,1-1.14,2.16s.82-2.21-.63-3.3a4.27,4.27,0,0,1-.44,2.86,2.26,2.26,0,0,0-1.69-2.86c1.62,2.08.43,3.56.43,3.56s-.85-.05-1.59-1.92a2.46,2.46,0,0,0,1.25,2.95,4.17,4.17,0,0,1,1.16.65c.14.81-1.4,1.72-2,3C533.14,371.54,528.19,368.72,528.19,368.72Z"/><g id="bfd99894-ba83-484f-b1ed-48173940c40c" data-name="Left Leg"><path id="83fa01d9-6dd2-400f-9254-031e25e9f501" data-name="Left Leg" class="197a88c7-8dc8-446a-b423-48ec4b3e7d58" d="M522.8,386.77l-1.71-.13c.4-1.58-.16-2.7.1-4.4,1.18-3.2,2.43-4,2.43-4l.84.72a16.7,16.7,0,0,0-2,3.55A11.25,11.25,0,0,0,522.8,386.77Z"/><path class="197a88c7-8dc8-446a-b423-48ec4b3e7d58" d="M523.11,386.87c0,.27-.35.49-1.41.49s-1.94-.2-1.94-.49c0-.54.87-1,1.94-1S523.11,386.33,523.11,386.87Z"/></g><g id="04402708-bb75-4af3-86b9-d1d305969c42" data-name="Right Leg"><path id="e1b9d62f-66b2-4f69-9c6c-bce87ae717a0" data-name="Left Leg" class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" d="M530,382.57l2,.14c-.85-1.56.44-4.92,0-6.36-.95-.31-4.62,2.78-4.62,2.78v1.13s2.4-2.08,3.35-2C531,378.8,530,382.57,530,382.57Z"/><path class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" d="M529.71,382.76c0,.27.35.49,1.41.49s1.94-.21,1.94-.49c0-.55-.87-1-1.94-1S529.71,382.21,529.71,382.76Z"/><path id="4a3df354-ba93-4387-8647-048362f562d9" data-name="Left Leg" class="197a88c7-8dc8-446a-b423-48ec4b3e7d58" d="M530,382.57l2,.14c-.85-1.56.44-4.92,0-6.36-.95-.31-4.62,2.78-4.62,2.78v1.13s2.4-2.08,3.35-2C531,378.8,530,382.57,530,382.57Z"/><path class="197a88c7-8dc8-446a-b423-48ec4b3e7d58" d="M529.71,382.76c0,.27.35.49,1.41.49s1.94-.21,1.94-.49c0-.55-.87-1-1.94-1S529.71,382.21,529.71,382.76Z"/></g><ellipse id="ff9133c9-c9a5-424e-b77f-422c7125f663" data-name="Body" class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" cx="526.67" cy="374.25" rx="4.16" ry="6.67"/><path id="54f8c74a-72e9-4d10-9c34-148c9abd64b9" data-name="Tail" class="fc8533a6-c54c-4d11-97c4-d749ea91dfed" d="M527.33,387.44l1.13-.07-.76,2.51-2.82-2.26,1.41-.12c-1.69-4-.11-5.12-.85-7.95l2.49-.62A10.05,10.05,0,0,0,527.33,387.44Z"/><g id="7fc19d54-23b0-4e14-8944-6149cf31d85a" data-name="Head"><ellipse id="8da2a816-f8ec-4da1-99a1-c52c3eec91a0" data-name="Head" class="48fe7b3d-63a5-47e1-94e7-8fed755a35f6" cx="526.67" cy="366.61" rx="7.08" ry="3.84"/><g class="845ee0e1-accf-4d57-8bae-2bb0856dc690"><path class="b9b472a6-ec2a-4908-8f28-cbdab273d30d" d="M522.27,362.68l3.25.14a8.58,8.58,0,0,0-2.73,2.22A2.77,2.77,0,0,1,522.27,362.68Z"/></g><g class="845ee0e1-accf-4d57-8bae-2bb0856dc690"><ellipse cx="523.58" cy="363.09" rx="0.69" ry="0.62"/></g><g class="845ee0e1-accf-4d57-8bae-2bb0856dc690"><path class="b9b472a6-ec2a-4908-8f28-cbdab273d30d" d="M531.07,362.68l-3.25.14a8.7,8.7,0,0,1,2.73,2.22A2.77,2.77,0,0,0,531.07,362.68Z"/></g><g class="845ee0e1-accf-4d57-8bae-2bb0856dc690"><ellipse cx="529.75" cy="363.09" rx="0.69" ry="0.62"/></g></g><path id="d0cfa46e-572c-4b59-9c39-2cff1f50fe80" data-name="Left Horn" class="196a5af6-023a-4ee1-9bcd-7665fe9df3ee" d="M522.2,365.56c-1.53,0-5.52,2.82-.63,6.31-.72-3.07,1.09-3.87,2.08-4.18A2.18,2.18,0,0,0,522.2,365.56Z"/><path class="196a5af6-023a-4ee1-9bcd-7665fe9df3ee" d="M531.14,365.56c1.53,0,5.52,2.82.63,6.31.72-3.07-1.09-3.87-2.08-4.18A2.17,2.17,0,0,1,531.14,365.56Z"/><line class="93f9c9b1-002f-454d-b13c-f2e5d5f15062" x1="528.11" y1="281.67" x2="528.11" y2="296.69"/><polyline class="93f9c9b1-002f-454d-b13c-f2e5d5f15062" points="540.14 301.85 530.55 296.69 525.67 296.69 516.02 301.35"/><polyline class="93f9c9b1-002f-454d-b13c-f2e5d5f15062" points="528.11 306.83 531.61 296.23 533.61 288.25 523.42 288.25 524.49 296.17 528.11 306.83"/><ellipse class="1e9b0b51-f30e-4986-926e-1152682f104d" cx="514.17" cy="299.9" rx="0.73" ry="2.83" transform="translate(-61.93 449.64) rotate(-44.82)"/><ellipse class="1e9b0b51-f30e-4986-926e-1152682f104d" cx="541.87" cy="300.33" rx="2.83" ry="0.73" transform="translate(-53.1 473.04) rotate(-45.18)"/><ellipse id="1ab6581d-7032-4311-9ff8-05b89a79c801" data-name="Head" class="1e9b0b51-f30e-4986-926e-1152682f104d" cx="528.11" cy="281.67" rx="5.63" ry="5.67"/><rect x="523.68" y="299.26" width="8.86" height="15.15"/><ellipse class="301c18b0-b54a-45ab-b255-2f4c2bac4883" cx="528.11" cy="306.83" rx="0.73" ry="0.73"/><path class="7a703bc2-f18b-4ce9-a001-7fd53a285bc3" d="M536.64,318.58c-2.42,9.81-6.42,12.68-9.07,12.68s-5.06-4.29-8.06-13.75l3.7,3.38.62-3.56,1.85,3.3.75-4.07,1.14,3.82,1.37-3.82.52,3.17,2.43-2.87v3.69l2.64-2.74-.75,3.12Z"/></g><g id="7c400b53-bce4-469c-b64d-3f8aa0746734" data-name="space bar"><text class="7d638a15-09b9-43a9-826f-83161a5329c1" transform="translate(551 350)"><tspan class="58ac5635-3652-47bb-86a4-b22bfcf09e5c">E</tspan><tspan class="3cd7dd4c-dfd2-4a0d-9b56-43617a8995e1" x="7.04" y="0">ach ladde</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="61.3" y="0">r</tspan><tspan x="66.63" y="0" xml:space="preserve"> has a corresponding bomb placed ab</tspan><tspan class="7e209e33-6bea-4647-88cc-a211f1ebae07" x="276.84" y="0">ov</tspan><tspan x="289.6" y="0">e. Press</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="335.23" y="0"> </tspan><tspan class="4557c75a-0388-45bd-ac2b-422ef19fc80e" x="338.02" y="0">the </tspan><tspan x="0" y="18">[S</tspan><tspan class="5e63526b-90ca-4f5f-ae70-82e6ea3a8a61" x="12.09" y="18">P</tspan><tspan class="ce680897-a635-4bcb-a9e2-a8bc11728067" x="18.84" y="18">A</tspan><tspan x="25.21" y="18">CE </tspan><tspan class="40d0af40-1f53-4d34-8b3c-d27b6ed5a4ee" x="42.75" y="18">B</tspan><tspan x="49.83" y="18">AR]</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="68.92" y="18"> </tspan><tspan x="71.71" y="18">to smash</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="124.86" y="18"> </tspan><tspan x="127.65" y="18">the bombs d</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="197.43" y="18">o</tspan><tspan class="3cd7dd4c-dfd2-4a0d-9b56-43617a8995e1" x="203.95" y="18">wn</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="220.95" y="18"> </tspan><tspan class="4557c75a-0388-45bd-ac2b-422ef19fc80e" x="223.74" y="18">the ladders in orde</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="330.67" y="18">r</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="336" y="18"> </tspan><tspan x="338.79" y="18">to kill </tspan><tspan x="0" y="36">the monsters. Don’t</tspan><tspan class="8552c993-2bad-4431-a3ce-616a43bd1b6c" x="112.84" y="36"> </tspan><tspan class="5c73c423-3986-4012-ac5e-0ee1269689ee" x="115.59" y="36">w</tspan><tspan x="125.67" y="36">orr</tspan><tspan class="8552c993-2bad-4431-a3ce-616a43bd1b6c" x="143.43" y="36">y</tspan><tspan x="149.91" y="36" xml:space="preserve"> i</tspan><tspan class="59e1a362-1106-43c7-b666-93ae4c808ef1" x="156.01" y="36">f</tspan><tspan x="161.5" y="36" xml:space="preserve"> more</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="193.66" y="36"> </tspan><tspan class="4557c75a-0388-45bd-ac2b-422ef19fc80e" x="196.45" y="36">than one monsters climb</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="337.26" y="36"> </tspan><tspan class="4557c75a-0388-45bd-ac2b-422ef19fc80e" x="340.05" y="36">the ladde</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="393.01" y="36">r</tspan><tspan x="0" y="54">tog</tspan><tspan class="08ac35ba-0846-4cd8-83f2-38d6eb043dc0" x="19.53" y="54">e</tspan><tspan class="4557c75a-0388-45bd-ac2b-422ef19fc80e" x="26.13" y="54">the</tspan><tspan class="6c9c2cb1-af40-4b00-b248-297c5511e8ae" x="45.31" y="54">r</tspan><tspan x="50.08" y="54">, one bomb is enough</tspan><tspan class="fd5f20e9-72d5-422e-a78c-34673c0bffe0" x="166.39" y="54"> </tspan><tspan x="169.18" y="54">to kill </tspan><tspan class="8940da1a-dd20-4806-b7ea-aecd973886d8" x="203.52" y="54">‘</tspan><tspan x="206.19" y="54">em all! Bombs</tspan><tspan class="8552c993-2bad-4431-a3ce-616a43bd1b6c" x="283.53" y="54"> </tspan><tspan x="286.27" y="54">will regenerate </tspan><tspan x="0" y="72">within</tspan><tspan class="bdb36865-e290-447e-bc3e-8ac4a37816bc" x="35.73" y="72"> </tspan><tspan x="38.55" y="72">f</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="44.23" y="72">e</tspan><tspan class="0ccd32e0-9014-4998-b12a-e4d8ec73a932" x="50.7" y="72">w</tspan><tspan x="60.67" y="72" xml:space="preserve"> seconds afte</tspan><tspan class="b389c966-023b-4232-aba0-1ec5d177ab21" x="139.17" y="72">r</tspan><tspan x="144.49" y="72" xml:space="preserve"> being smashed.</tspan></text></g>
</g>
</g>
</g>
<!-- Game Screen Container -->
<g id="game-screen" style="display:none;">
<rect height="500" width="1000" y="0" x="0" stroke="none" fill="url(#sky)"/>
<image id = "player_platform" href="assets/player_platform_NEW.svg" width="100%" height="100%"/>
<image id = "player_char" href="assets/player_idle_NEW.svg" width="100%" height="100%"/>
<g id="ladders-container" style="display:flex;">
</g>
<g id="enemies-container" style="display:flex;">
</g>
<!-- LIVES -->
<g id="heart-0">
<defs><style>.ba871852-b2ab-4d5b-bfac-75913908d559{fill:#ef4b53;}.cb0735ff-f1f8-4b4f-86a3-9c61f8e8a90e{fill:#f47682;}</style></defs><title>heart-0</title><g id="d0ab7f04-dd9a-487c-aaa4-f50d5892aa62" data-name="Icons"><g id="57cab285-75ae-45b7-b8ef-12d6f5b4e74a" data-name="Icons"><path class="ba871852-b2ab-4d5b-bfac-75913908d559" d="M43.73,25.75l.84-.83A8.3,8.3,0,1,0,32.83,13.19L32,14l-.83-.83a8.31,8.31,0,0,0-11.73,0,8.32,8.32,0,0,0,0,11.73l.83.83,11.31,11.3a.59.59,0,0,0,.85,0l11.3-11.3"/></g><path class="cb0735ff-f1f8-4b4f-86a3-9c61f8e8a90e" d="M25.8,12.24s-6.93-.55-7.65,7.31A7.58,7.58,0,0,1,26,14.06s1.59.16,1.59-.83S25.8,12.24,25.8,12.24Z"/></g>
</g>
<g id="heart-1">
<defs><style>.\37 99352d4-4fa3-4c80-ad50-10b0bc95231b{fill:#ef4b53;}.ac0c1cf8-20c5-454a-a3f4-ab7c8852ca4c{fill:#f47682;}</style></defs><title>heart-1</title><g id="a4409f1c-b7b8-4f67-b9db-7f252ede1fbe" data-name="Icons"><g id="14e21d8c-d935-475b-ad48-1b292b714dff" data-name="Icons"><path class="799352d4-4fa3-4c80-ad50-10b0bc95231b" d="M76.73,25.74l.84-.83a8.35,8.35,0,0,0,0-11.73,8.33,8.33,0,0,0-11.74,0L65,14l-.84-.83A8.29,8.29,0,0,0,52.44,24.93l.83.83L64.59,37.05a.59.59,0,0,0,.85,0L76.73,25.74"/></g><path class="ac0c1cf8-20c5-454a-a3f4-ab7c8852ca4c" d="M58.79,12.25s-6.93-.55-7.64,7.31A7.57,7.57,0,0,1,59,14.07s1.6.16,1.59-.84S58.79,12.25,58.79,12.25Z"/></g>
</g>
<g id="heart-2">
<defs><style>.\31 c2ade7c-0da7-41eb-8ee1-aa8bafdf9edf{fill:#ef4b53;}.\32 ba084cf-6929-451e-9908-b9f3488ccdc5{fill:#f47682;}</style></defs><title>heart-2</title><g id="0ace516e-ca0d-4fdb-bc39-82b0d093be95" data-name="Icons"><g id="ecff82ab-1896-421d-a3b8-7143fa0642d3" data-name="Icons"><path class="1c2ade7c-0da7-41eb-8ee1-aa8bafdf9edf" d="M109.73,25.74l.84-.83a8.35,8.35,0,0,0,0-11.73,8.33,8.33,0,0,0-11.74,0L98,14l-.84-.83A8.29,8.29,0,0,0,85.44,24.93l.83.83L97.59,37.05a.59.59,0,0,0,.85,0l11.29-11.31"/></g><path class="2ba084cf-6929-451e-9908-b9f3488ccdc5" d="M91.79,12.25s-6.93-.55-7.64,7.31A7.57,7.57,0,0,1,92,14.07s1.6.16,1.59-.84S91.79,12.25,91.79,12.25Z"/></g>
</g>
<!-- Timer -->
<text id="game-timer" x="480" y="30">01:30</text>
<!-- Game Screen Score -->
<text id="game-score" x="900" y="30">Score: 0</text>
</g>
<!-- Game Over: Time's Up Container -->
<g id="game-over-screen" style="display:none;">
<!-- Background/Sky -->
<rect height="500" width="1000" y="0" x="0" stroke="none" fill="url(#sky)"/>
<!-- Opaque Sun -->
<g id="sun">
<defs>
<linearGradient id="linearGradient5486">
<stop stop-color="#fa7220" id="stop5488" offset="0"/>
<stop stop-color="#f3ee22" stop-opacity="0.24088" id="stop5490" offset="1"/>
</linearGradient>
<radialGradient gradientUnits="userSpaceOnUse" gradientTransform="translate(0,1.0268197e-5)" r="1386.4293" fy="4067.4656" fx="-1323.7039" cy="4067.4656" cx="-1323.7039" id="radialGradient5492" xlink:href="#linearGradient5486"/>
<filter color-interpolation-filters="sRGB" height="1.68571" y="-0.34286" width="1.68571" x="-0.34286" id="filter5498">
<feGaussianBlur id="feGaussianBlur5500" stdDeviation="86.12244"/>
</filter>
</defs>
<metadata id="metadata4768">image/svg+xml</metadata>
<g>
<title>Layer 1</title>
<g id="layer1" opacity="0.15" stroke="null">
<g id="g5502" stroke="null">
<g fill="url(#radialGradient5492)" id="g4962" stroke="null">
<path fill="#ffd800" id="use4891" d="m56.522458,763.898017l59.375048,0l-29.687526,-352.548016l-29.687522,352.548016zm0,-680.11241l59.375048,0l-29.687526,352.548079l-29.687522,-352.548079z" stroke="null"/>
<path fill="#ffd800" id="use4895" d="m-36.591255,745.126045l57.35187,14.369451l68.907023,-347.720064l-126.258889,333.350617l-0.000004,-0.000004zm188.25057,-656.938156l57.351899,14.369507l-126.258923,333.350494l68.907023,-347.720005l0,0.000004l0.000001,0z" stroke="null"/>
<path fill="#ffd800" id="use4899" d="m-121.336286,704.459234l51.420312,27.759721l162.805636,-319.195501l-214.225947,291.43578l-0.000001,0zm363.672186,-588.994622l51.420316,27.759721l-214.225951,291.43578l162.805636,-319.195501l-0.000001,0z" stroke="null"/>
<path fill="#ffd800" id="use4903" d="m-191.937332,644.668702l41.984501,39.258128l245.609358,-268.918188l-287.593859,229.660056l0,0.000004zm514.310159,-480.912083l41.984501,39.258128l-287.593859,229.660056l245.609358,-268.918188l0,0.000004z" stroke="null"/>
<path fill="#ffd800" id="use4907" d="m-243.58315,569.829298l29.68756,48.081146l311.675142,-200.314584l-341.362698,152.233435l-0.000004,0.000004l0,-0.000001zm629.898737,-340.056295l29.687431,48.081265l-341.362635,152.233435l311.675205,-200.314581l0,-0.000119l-0.000001,0z" stroke="null"/>
<path fill="#ffd800" id="use4911" d="m-272.754099,485.040941l15.367369,53.627579l356.500849,-118.060008l-371.868218,64.432429zm702.5607,-176.026009l15.367432,53.627579l-371.868281,64.432429l356.500849,-118.060008l0,0z" stroke="null"/>
<path fill="#ffd800" id="use4915" d="m-277.462235,396.082005l0,55.519441l377.031554,-27.759721l-377.031554,-27.759721l0,0.000001zm727.344405,0l0,55.519441l-377.031554,-27.759721l377.031554,-27.759721l0,0l0,0.000001z" stroke="null"/>
<path fill="#ffd800" id="use4919" d="m-257.386667,309.014928l-15.367432,53.627579l371.868281,64.43231l-356.500849,-118.059889zm702.5607,176.026009l-15.367432,53.627698l-356.500849,-118.060004l371.868281,64.43231l0,0l0,-0.000004z" stroke="null"/>
<path fill="#ffd800" id="use4923" d="m-213.89559,229.773004l-29.68756,48.081265l341.362731,152.233435l-311.675171,-200.3147zm629.898671,340.056295l-29.687493,48.081146l-311.675142,-200.314581l341.362635,152.233435l0,0z" stroke="null"/>
<path fill="#ffd800" id="use4927" d="m-149.952835,163.756674l-41.984501,39.258128l287.593826,229.66012l-245.609325,-268.918247l0,-0.000001zm514.310159,480.912147l-41.984501,39.258128l-245.609358,-268.918307l287.593859,229.660176l0,0l0,0.000004l0,-0.000001z" stroke="null"/>
<path fill="#ffd800" id="use4931" d="m-69.915937,115.464612l-51.420282,27.759721l214.225918,291.43578l-162.805636,-319.195501zm363.672219,588.994622l-51.420316,27.759721l-162.805669,-319.195501l214.225985,291.43578z" stroke="null"/>
<path fill="#ffd800" id="use4935" d="m20.760644,88.187952l-57.351899,14.369451l126.258923,333.350617l-68.907023,-347.720064l0,-0.000004l-0.000001,0zm188.25057,656.938215l-57.351899,14.369447l-68.907023,-347.720064l126.258923,333.350617l-0.000001,0z" stroke="null"/>
</g>
<path fill="#ffd800" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="4" stroke-dashoffset="0" filter="url(#filter5498)" id="path4773" d="m165.305785,415.142139c0,40.846698 -35.412379,73.959517 -79.095805,73.959517c-43.683393,0 -79.095772,-33.112815 -79.095772,-73.959517c0,-40.846702 35.412379,-73.959517 79.095772,-73.959517c43.683426,0 79.095805,33.112815 79.095805,73.959517z" stroke="#ffffff"/>
</g>
</g>
</g>
</g>
<text class="game-over" x="500" y="150">GAME OVER</text>
<text class="game-over-msg" x="305" y="190">
<tspan dy="0">You survived the night! The sun has</tspan>
<tspan dx="-420" dy="30">risen and the monsters have been beaten</tspan>
</text>
<!-- Final Score -->
<text class="final-score" x="450" y="300">Score: </text>
<!-- Restart Button -->
<foreignObject x="445" y="350" width="130" height="34" class="button" fill="white">
<button xmlns="http://www.w3.org/1999/xhtml" onclick="startButtonClicked()">Play Again</button>
</foreignObject>
</g>
<!-- Game Over: Out of Lives Container -->
<g id="game-death-screen" style="display:none;">
<rect height="500" width="1000" y="0" x="0" stroke="none" fill="url(#sky)"/>
<!-- Opaque Bomb -->
<g id="bomb">
<title>Layer 1</title>
<path transform="rotate(-45.505123138427734 160.14196777343759,305.9685363769532) " opacity="0.1" fill="black" d="m277.25624,202.96012l-33.00781,31.98828l16.82129,16.30172c5.9668,5.7825 5.9668,15.13292 0,20.8539l-11.04492,10.70377c7.49023,16.05565 11.67969,33.89527 11.67969,52.65763c0,70.68179 -59.09668,127.95311 -132.03125,127.95311s-132.03125,-57.2098 -132.03125,-127.89159s59.09668,-127.95311 132.03125,-127.95311c19.36035,0 37.76856,4.06005 54.33594,11.31893l11.04492,-10.70377c5.9668,-5.7825 15.61523,-5.7825 21.51855,0l16.82129,16.30172l33.00781,-31.98828l10.85449,10.45771zm37.76856,-17.53204l-15.23438,0c-4.18945,0 -7.61719,3.32186 -7.61719,7.38191s3.42773,7.38191 7.61719,7.38191l15.23438,0c4.18945,0 7.61719,-3.32186 7.61719,-7.38191s-3.42773,-7.38191 -7.61719,-7.38191zm-38.08594,-36.90955c-4.18945,0 -7.61719,3.32186 -7.61719,7.38191l0,14.76382c0,4.06005 3.42773,7.38191 7.61719,7.38191s7.61719,-3.32186 7.61719,-7.38191l0,-14.76382c0,-4.06005 -3.42773,-7.38191 -7.61719,-7.38191zm21.51855,33.83375l10.79102,-10.45771c2.9834,-2.89125 2.9834,-7.56646 0,-10.45771c-2.9834,-2.89125 -7.80762,-2.89125 -10.79102,0l-10.79102,10.45771c-2.9834,2.89125 -2.9834,7.56646 0,10.45771c3.04688,2.89125 7.87109,2.89125 10.79102,0zm-43.03711,0c2.9834,2.89125 7.80762,2.89125 10.79102,0c2.9834,-2.89125 2.9834,-7.56646 0,-10.45771l-10.79102,-10.45771c-2.9834,-2.89125 -7.80762,-2.89125 -10.79102,0c-2.9834,2.89125 -2.9834,7.56646 0,10.45771l10.79102,10.45771zm43.03711,20.91541c-2.9834,-2.89125 -7.80762,-2.89125 -10.79102,0c-2.9834,2.89125 -2.9834,7.56646 0,10.45771l10.79102,10.45771c2.9834,2.89125 7.80762,2.89125 10.79102,0c2.9834,-2.89125 2.9834,-7.56646 0,-10.45771l-10.79102,-10.45771zm-229.72168,112.57413c0,-21.71512 18.21777,-39.37019 40.625,-39.37019c5.58594,0 10.15625,-4.42915 10.15625,-9.84255s-4.57031,-9.84255 -10.15625,-9.84255c-33.5791,0 -60.9375,26.51336 -60.9375,59.05528c0,5.4134 4.57031,9.84255 10.15625,9.84255s10.15625,-4.42915 10.15625,-9.84255z" id="svg_1"/>
</g>
<text class="game-over" x="500" y="150">GAME OVER</text>
<text class="game-over-msg" x="343" y="200">Oh no! You're all out of lives</text>
<!-- Score -->
<text class="final-score" x="450" y="300">Score: </text>
<!-- Restart Button -->
<foreignObject x="445" y="350" width="130" height="34" class="button" fill="white">
<button xmlns="http://www.w3.org/1999/xhtml" onclick="startButtonClicked()">Play Again</button>
</foreignObject>
</g>
</svg>
</body>
</html>