public static Player getWorstPlayer() { PlayerList pl = readHighScores(); return(pl.list[9]); }
public static int getMaxScores() { PlayerList pl = readHighScores(); return(pl.list[0].scores); }