End Game Statistics - UQcsse3200/2024-studio-2 GitHub Wiki
Introduction
Players can view their end of game stats once defeating the final boss of the game (Air Boss), being able to view stats of the categories 'Items', 'Enemy', and 'Player'. Endgame stats are saved upon each incrementation of the stat, and when the player exits the game.
Opening Screen
The Player is greeted by the 'Items' screen when the end game stats are initially displayed. Stats are initialised as 0, and can be seen even if an item hasn't been collected.
Saving and Loading
If the player decides to start a new game, or dies, their stats will be reset.
If the player starts a session and quits the game, they can press load from the main menu screen to load their current play through stats.
Increasing Stats
Getting stats is as simple as picking up an item, defeating enemies, getting medals from mini games or just dealing damage and more.
Stat Type Sub-Tabs
Each stat type has some sub-types. This aims to further categorise stats for the player to find and understand them more easily.
Programming Guide
For specifics about how to develop and use Enemy NPCs in game see End Game Statistics Programming Guide