bofirial / DungeonBot

A website for learning to code using c#.
https://dungeonbot.net
MIT License
5 stars 1 forks source link

Add Levels and Leveling to DungeonBots #77

Open bofirial opened 4 years ago

bofirial commented 4 years ago

Every DungeonBot should start at Level 1. After completing an Adventure for the first time the DungeonBot should earn Experience. When the DungeonBot receives sufficient Experience they should Level up. This will allow the DungeonBot to increase their statistics as they see fit and also occasionally select new Abilities.

bofirial commented 3 years ago

DungeonBots should be allowed to pick one of 2 abilities when they reach certain levels. The character screen should give them a button in the Ability section that displays a modal for them to choose?

Or maybe no modal because the character screen should be used as a modal when the character levels???