You might be tackling this later in the course, but if I wanted to make a scoreboard could I for instance to that with a singleton called for instance ScoreKeeper?
I’m thinking ScoreKeeper would keep a sorted 2D array of names and scores.
The Start Menu scene would ask for this data and present it in a nice list.
The Game Over scene would check with ScoreKeeper if the score was high enough to get on the list and if so, Game Over would ask for name/initials and send those back to ScoreKeeper.
Would that work?