+2
-1
game/app.py
+2
-1
game/app.py
···
35
35
os.mkdir("levels/")
36
36
try:
37
37
urllib.request.urlretrieve("https://github.com/Freakybob-Team/greghack/blob/main/game/levels/level1.py?raw=true", "levels/level1.py")
38
+
urllib.request.urlretrieve("https://github.com/Freakybob-Team/greghack/blob/main/game/levels/lvl.py?raw=true", "levels/lvl.py")
38
39
except:
39
40
print("Oops! There was an error and we couldn't download GregHacks levels.")
40
-
print("Done! Level one has been downloaded from https://github.com/Freakybob-Team/greghack/tree/main/game/levels/level1.py")
41
+
print("Done! Levels were downloaded.")
41
42
exec(open('levels/lvl.py').read())
42
43
43
44
if (answers['start'] == "Start"):
+1
-1
game/levels/level1.py
+1
-1
game/levels/level1.py
+1
-1
site/game/baselook/bob.html
+1
-1
site/game/baselook/bob.html
···
56
56
<img title="Bob. Image by Evan Net Games" src="../images/bob.png">
57
57
<hr>
58
58
<p>Bio: I am a PROUD true Freemairc CITIZEN! I take wine shots for FUN. I ONLY DATE REPUBLICANS </p>
59
-
<p>Birthday: June 1st, 1960.</p>
59
+
<p>Birthday: June 29th, 1960.</p>
60
60
<p>Favorite color: Red</p>
61
61
<p>Voted for: Ronald Mump</p>
62
62
</div>