Simple and sweet game I have been working on while learning Python. Text-based adventure game written in Python, featuring random number generator events, colorful text, and a health point tracker.
- Random number generators for various actions
- Colorful text using the
rich
library - Health point (HP) tracker for player's character
- Multiple stages with interactive gameplay
- Character name input with special keyword responses
-
Clone the repository:
git clone https://github.com/your_username/text-adventure-game.git
-
Navigate to the project directory:
cd text-adventure-game
-
Install dependencies:
pip install -r requirements.txt
Run the game using the following command:
python main.py
Follow the on-screen instructions to play the game.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create your feature branch (git checkout -b feature/YourFeature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/YourFeature)
- Create a new Pull Request