This project is a text-based game, taking place in a medieval-fantasy setting, where the player is taken through multiple combat scenarios and earns points for each successful encounter.
The player will be able to choose their name and vocation. Their stats will be rolled at random.
The main objectives of this project are to...
- Demonstrate utilities of Inheritance in OOP throught the vocation system
- Develop a basic turn-based combat system where the player will be able to perform various actions depending on the vocation they've chosen
The purpose of this project is to demonstrate my understanding of Python & programming techniques.