Hi Everyone,
This is my first attempt at an exploration game that I tried to do for the Python Terminal Game portfolio project.
You will find yourself waking in a dark cave with limited visibility and you must explore the cave and collect a few key items to escape.
You can find the GitHub repo here.
Hope you enjoy it and any feedback would be appreciated!
Thanks
Hey,
This is a really cool idea, I always thought about doing a turn based game kinda like this but thought it would be more than I could handle
. The only things i see is redundant code that could have been put in methods for a 'DRY’er cleaner code. Other than that great job and what a huge undertaking, I never found a map so I gave myself one to see how the map reveal worked and that is awesome. Really awesome!