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

Peer Review

  • Date: 4/3/2021 4:30
  • Ryan added: There is not much to change. I might need to be careful with what I'm doing with implementing comparable.
Clone this wiki locally