This is a lovely text-based adventure game about throwing a surprise birthday party for your friend!
Click Terminal (in Other), and type python main.py in the console
I wanted to recap on my basic python and i just love making these types of adventure games with a narrative
I planned (minimally) the general structure of the game and the map. I started with the basic helper functions (bag check + 'help') and did each of the rooms afterwards.
- struggled with remembering to alter each and every room based on what the user has chosen in the game
- learnt that i can use brython for outputting python as a website. also learnt that it's too hard for me to convert that many lines of python into brython.
- learnt that i can use binder to share python code so people can run it in a virtual terminal