Skip to content

High Score Design

Nicholas-Rich edited this page Apr 3, 2021 · 6 revisions

File Format

The file format I will use will be a binary file format. I will put a name and a score with "-" delimiter between the two and each line will represent a different user.

File Example

File

* Bob-100
* Amanda-200
* Tim-300

Project Links

https://github.com/bjucps209/spring2021-team4/blob/main/Wave/src/model/HighScore.java https://github.com/bjucps209/spring2021-team4/blob/main/Wave/src/model/HighScoreTest.java

Clone this wiki locally