Welcome to my first terminal-based RPG project made in python!
- Install python on your computer by clicking on the latest version file on the official Python website for your operating system and follow its instructions:
Click here for official python website
-
To run Benji's Escape, make sure that you clone this repository.
-
After that, simply make sure that you move into the directory that contains the benjisEscape.py file using the command
cd
in your terminal. -
Once you do that, simply paste this text into the terminal and press enter:
python3 benjisEscape.py
If you want to find out more about this project, take a look at the article that I wrote on dev.to.
This game is an RPG with a story line and turn-based battle elements. There will be prompts which will ask you to enter a word out of the options above or by your cursor in the Terminal. Simply type that word and it will proceed with that action.
If you type any other command outside of the options that the game gives you, it will tell you that it is invalid and you will have to enter an option that they tell you to give.
Note that you can quit the game at points such as during battle, at the title screen, and if you are asked if you want to play again.