Why?
Hello, this is my first posted project. This project was created with the intention of exposing myself to python, stack overflow, GitHub workflow, and developer tools.
How
The project uses beginner coding concepts in order to create a simple text adventure game in the python terminal. The imported modules are time and random, with all other functions being built-in.
Conclusion
I hope you enjoy this part of my learning process!
Advice?
Advice is greatly appreciated (post in comment section).
Top comments (2)
Thank you for the materials.
How do I make it so that it all isn't is one file using if/then statements. Since this is a decision tree, are there any other ways?
Thanks.