In the latest high score episode we only saved on value, but having a list of high score values is more common. In this tutorial we will take a look on how to create and use the ui for this as well as comparing new points to the list of current high score points. From my other tutorial "Storing Data with JSON" we will use the FileHandler to save and read the high score values over the span of several game sessions.
=========
Storing Data with JSON Video: • Storing Data (Objects & Lists) with J...
Get the FileHandler File here: https://tinyurl.com/FileHandler
💻 CODE: https://github.com/MichelleFuchs/Poin...
💬 DISCORD: / discord
❤ SUPPORT ME: / velvary
🎮 PLAY MY GAMES: https://velvary.itch.io/
🦜 TWITTER: / velvary1
💡 ...MORE TUTORIALS: / velvarygames
=========
Timestamps:
00:00 - Intro
00:21 - Preparing the List UI
04:01 - Creating a HighScoreElement Class
05:10 - Implementing the FileHandler (Storing Data)
07:40 - Creating the High Score Code Logic
10:03 - Testing & Validating Handling & Storing
11:05 - Connecting UI & Data
13:42 - Delegates & Events
15:38 - Testing The Final Code
16:24 - Additional Information & Hints