Turn based RPG where a Hero and Enemys battles in a arena.
Hero earns xp for winning battles, when the Hero has enough xp it will level up.
main functions:
- Create Hero
- Player Options
- Arena
- Rest
When a Hero is Created we get access to Player info & Player Option.
Player info here can we see:
- Heros HP out of Max HP.
- Hero Level and a XP bar.
Player Option here can we:
- Start a Arena Fight
- Rest to get max HP
Self-chosen project, task description: "Find a theoretical product".
Too prove understanding of developing in OOP
- Creating Battleground
- Creates Enemies
- Superclasses for Hero & Enemy
- Contains all that Enemy & Hero have has in common
- Superclasses for all Enemies
- has XpReward & SkillSelect
- Superclasses for all Heros
- has Xp and Level Up funktionality