ErikaRedmark / monkey-shines-java-port

Port to Java of abandoned classic Mac OS game "Monkey Shines" by Fantasoft
GNU General Public License v3.0
19 stars 1 forks source link

High Scores cannot handle same names #75

Closed ErikaRedmark closed 9 years ago

ErikaRedmark commented 9 years ago

Unfortunate consequence of using the preferences file as the high scores file... will need to separate them as properties is by definition key/value, which precludes the same person getting a different score and having both appear.