adrienabbey / REALLY-kinda-BAD-IDLE-GAME-Just-Kidding-The-Prequel-II

Team Project for Introduction to Software Engineering
1 stars 2 forks source link

Add a character status screen + bar #79

Closed MuhammedAbu closed 6 months ago

MuhammedAbu commented 6 months ago

Button that takes player to character status screen that can show things character health, mana, stats, and data pertaining to player, such as how many goblins killed or potions drank, time spent playing the game, etc. and otehr stuff like that. It can also be the place the player can allocate additional stat points during level increases if we choose to implement that. Character main menu button can replace the quit button in the world screen.

In addition to the character status screen, a character status bar will be present in either the top or buttom of most screens, which shows the most essential information about the player's character, such as name, health, mana, gold, etc. The bar can be accessed from a down-facing arrow button that drops down the character status bar.