A hacking themed game that ties into a website!

add commands

Wish fff321e5 214ab830

Changed files
+10 -1
game
+10 -1
game/greghackgame.py
··· 5 5 print("by freakybob team") 6 6 print("please visit greghack.freakybob.site for everything else, like clues to play, as this game is just a console") 7 7 print("game.freakybob.site/greghack for information about the game") 8 + print("DISCLAIMER: This is not a real hacking tool and does not affect any real website or person.") 8 9 input("I have visited the website greghack.freakybob.site, as I must use it to play the game.") 9 - cls() 10 + cls() 11 + print("Greg OS Command Prompt") 12 + print("Version 1.25") # increase first number every release, increase second number every year (ex: 1.25, 1 being release number, and 25 being year) 13 + print("Type help for help.") 14 + cmd = input() 15 + if (cmd == "help"): 16 + cls() 17 + print("hack - hacking tool if you have all info") 18 + print("infosearch - search for info about people")