This is a text adventure game in Python. It was created based on the lectures in the book Learn Python the Hard Way by Zed A. Shawn.
- Practice Object Oriented Programming.
- Reviewing some Python concepts.
You are in the final quest to conquer a dungeon. However, in order to defeat the final bosses you must win on their own challenge games.
In src/
python main.pyB. Individual Moduels: In src/
python tictactoe.py
python hangman.py
python lord_of_war.pyIn TextAdventurePython/
python -m unittest


