alexdantas / nSnake

The classic snake game with textual interface
http://nsnake.alexdantas.net
GNU General Public License v3.0
199 stars 57 forks source link

Don't reset highscore between turns #2

Closed olof closed 11 years ago

olof commented 11 years ago

If the highscore file isn't available, the highscore is needlessly reset between turns. With this change, at least you know your best result since you started playing ;-).

alexdantas commented 11 years ago

That's a small but very important feature. Thanks for adding it!