Is anyone aware of how I can implement a high score system in my math game?
Implementing a Highscore system
If you could first explain what you mean by "high score system", and what is the problem, what code you have so far. then maybe we can help.
Is it about
- displaying the scores ?
- saving the scores (to userDefaults ?)
- computing the best scores ?
- Is it UIKit, SwiftUI ?
I am using SwiftUI, and the main thing i need help with is displaying and saving the score for the user, and maybe expanding slowly to game center with a leaderboard.