···3535 os.mkdir("levels/")
3636 try:
3737 urllib.request.urlretrieve("https://github.com/Freakybob-Team/greghack/blob/main/game/levels/level1.py?raw=true", "levels/level1.py")
3838+ urllib.request.urlretrieve("https://github.com/Freakybob-Team/greghack/blob/main/game/levels/lvl.py?raw=true", "levels/lvl.py")
3839 except:
3940 print("Oops! There was an error and we couldn't download GregHacks levels.")
4040- print("Done! Level one has been downloaded from https://github.com/Freakybob-Team/greghack/tree/main/game/levels/level1.py")
4141+ print("Done! Levels were downloaded.")
4142 exec(open('levels/lvl.py').read())
42434344if (answers['start'] == "Start"):
+1-1
game/levels/level1.py
···2525 name = input("name of person: ")
2626 dob = input("date of birth (mm/dd/year): ")
2727 if (name == "bob"):
2828- if (dob == "6/1/1960"):
2828+ if (dob == "6/29/1960"):
2929 print("Searching...")
3030 time.sleep(3)
3131 print("Found!")
+1-1
site/game/baselook/bob.html
···5656 <img title="Bob. Image by Evan Net Games" src="../images/bob.png">
5757 <hr>
5858 <p>Bio: I am a PROUD true Freemairc CITIZEN! I take wine shots for FUN. I ONLY DATE REPUBLICANS </p>
5959- <p>Birthday: June 1st, 1960.</p>
5959+ <p>Birthday: June 29th, 1960.</p>
6060 <p>Favorite color: Red</p>
6161 <p>Voted for: Ronald Mump</p>
6262 </div>