I am building a game in spritekit that has a three scenes: main menu, play scene, and game over scene.
I need the main menu to display the high score, the play scene to display a current score, and the game over scene to display the high score and the player's score from their last play through.
How would I transfer this score data between scenes and how would I keep track of a player's high score?
Looking around I've found stuff about NSUserDefaults but I don't know how to implement it properly.
Admittedly I am a novice at SpriteKit and coding in general so I need very specific instructions.
Sorry if this question is rather broad. Thanks.