I want to add a title page, score, health bar, and high score page to the boss fight game. The problem is that there is already a lot of events and stuff for the game so 1) I don’t know where to put anything and 2) when I start with the basics, nothing happens. I’ve already tried adding a score to no success.
For clarity, I do not want the boss to die in just a few hits, I dont want it to die at all actually. That’s why I want the score. So that every time the sprite hits the boss, numbers are added to the score.
The health bar is for the sprite, when the bar gets to zero, the game ends.
Then I want to add a high score page like you see in a game like the snake game from Google. how it displays your high score and the score you got.
Title page is self explanatory, I hope.
Any and all help is appreciated.