02 What is a HighScore? - Glyn06/Tp4-Graficos GitHub Wiki
A HighScore it's like a normal Score, but higher.
Jokes aside, a HighScore it's a table that represents the players and their total score on finishing the game. HighscoreLib uses an STL list for keeping track of the players names and scores. Keep in mind that the scores saved will only be available while the game is running. Once it stops, you cannot accsess it again and running the game will only create a new one from scratch.