This is a simple text adventure game that can be run in the terminal. This was coded entirely in Python
- Clone this folder
- After cloned, cd into this folder
- Type "python3 main.py" into terminal (MAC)
- AI.py: AI for enemy players (under development)
- Monsters.py: Contains Monster class
- Scenes.py: These are the scenes the player encounters
- data.py: Constants, arrays, etc
- fight.py: Turn based fight function
- item.py: Item classes
- main.py: The main function
- player.py: Contains the class for the main player
- print_functions: Various print functions that are used