Text adventure is a text-based game where you'll encounter and have to defeat dangerous oceanographers and evil but inept pirates.
Adventure-Game-Python is played in the terminal. It's a simple choose-your-own-adventure game. As the narrator tells the story, you'll have choices to make. The outcome depends on your choices! Will you defeat the inept pirates? Will you play again?
This was the project for the Udacity Python module for Intro to Programming. I used the plotline that was provided as an example; the code is my own.
- Clone this repo.
- In the terminal, navigate to this directory
- To play, enter the following code into the terminal: `python3 text-adventure.py'
None known.