Skip to content

High Score Design

Blake Alexander edited this page Apr 3, 2021 · 4 revisions

HighScore.java

HighScoreManager.java

HighScoreTest.java

  • The file will be in txt format
  • The file name will be called highscores.txt
  • The file which holds the high scores will include the name and the score which will be separated by a space
  • The scores will be in order from highest score to lowest score

Example File

Joe 309
Josh 200
Jim 190

Clone this wiki locally