A text-based adventure game that simulates the arduous task of leaving Independence, Missouri in 1847 in search of a better life in Oregon City, Oregon. Players encounter various misfortunes during their covered-wagon journey and need to make the right decisions in order to make it to Oregon alive!
- Python 3.0 or higher with tkinter
- Unzip the project file
- Navigate to
.../OregonTrail/
- Double click "run.bat"
- Alternatively, from the command prompt, navigate to
.../OregonTrail/modules/
and runpython engine.py
- Unzip the project file
- Navigate to
.../OregonTrail/modules/
- Run
$ python3 engine.py
- Turtle window appears unresponsive when playing the game, but will still update the player's route (Windows)
- Turtle window repositioning is sometimes unresponsive and usually takes several attempts to move it (Windows)
- Closing turtle window does not exit the game (Linux)