A hacking themed game that ties into a website!

change bob's dob

Changed files
+4 -3
game
levels
site
game
baselook
+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
··· 25 25 name = input("name of person: ") 26 26 dob = input("date of birth (mm/dd/year): ") 27 27 if (name == "bob"): 28 - if (dob == "6/1/1960"): 28 + if (dob == "6/29/1960"): 29 29 print("Searching...") 30 30 time.sleep(3) 31 31 print("Found!")
+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>