Skip to content

End Game Statistics

Callum Reilly edited this page Oct 17, 2024 · 13 revisions

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.

Screen Shot 2024-10-17 at 1 19 41 pm

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.

lb-stats-air-tab

lb-stats-combat-tab

Programming Guide

For specifics about how to develop and use Enemy NPCs in game see End Game Statistics Programming Guide

Clone this wiki locally