In this tutorial, I'll be covering how to make your own top 10 high scores board using Construct 2 (release 277). You'll learn how to:
- Sort your scores (aka sort arrays)
- Capture player names
- Save your high scores (locally) so they won't reset each time you play
Please note this does not show how to make an online/global scoreboard. This uses local storage so every device you play on will have its own scoreboard.