A fun, interactive text-based game written in Python as part of my Python learning journey!
- Interactive Storyline: Branching paths based on choices (left/right, taxi/bus).
- Input Cleaning: Uses
.lower()so choices work regardless of capitalization.
- Make sure you have Python 3 installed.
- Run the script:
python day3.py