-
Notifications
You must be signed in to change notification settings - Fork 1
High Score Design
Nicholas-Rich edited this page Apr 3, 2021
·
6 revisions
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.
* Bob-100
* Amanda-200
* Tim-300
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
- 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.