Skip to content

High Score Design

EthanCollins02 edited this page Apr 7, 2022 · 8 revisions

The file format for saving high scores is a binary file. Each HighScore is saved with the score first, followed immediately by the name associated with the score. The Scores are stored in ascending order.

The classes can be found below: HighScore Class HighScoreManager Class [HighScore Test Class] (https://github.com/bjucps209/spring22-team2/blob/main/Cutting%20Corners/src/HighScoreTest.java)

Clone this wiki locally