Saving a Record of Top Scores For Your Game

High Scores Example (Zipped BlueJ project folder

In this example a HighScores class has an ArrayList of Score objects. There is a silly game to test the ability to read and write the data file each time the game is played.