Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 544 Bytes

File metadata and controls

18 lines (13 loc) · 544 Bytes

The Great Adventure

This is a game made with python in order for me to learn this language. It includes room generation and item placement. Inventory management and usage of items and finally, randomly generated exits with requirements.

🏃‍♀️Running

  • Clone the repo
  • Install python 3.6 or >
  • Install required modules with pip
  • Run python main.py
  • Enjoy!

🧦 Contributing

Feel free to use the normal Git features to create pull requests, issues, forking, etc. I will review every pull request and comment them.