This is a text-based adventure game about throwing a surprise birthday party for your friend! I made it by planning the structure of the game first, and then using python to code primarily the smaller functions (bagCheck() and help() etc.) and then the actual game. N.B. To play this, when you go on the playable URL and it loads, click File > New > Terminal, and type python main.py in the console.
This is a text-based adventure game about throwing a surprise birthday party for your friend! I made it by planning the structure of the game first, and then using python to code primarily the smaller functions (bagCheck() and help() etc.) and then the actual game. N.B. To play this, when you go on the playable URL and it loads, click File > New > Terminal, and type python main.py in the console.