mmmaks / The_slither_game

This is my first attempt in python game programming.
http://mnnitconnect.net46.net/The_slither_game.rar
4 stars 3 forks source link

Saving Highscores would be a great feature.. #2

Open pakhandi-zz opened 9 years ago

awesomegirl365 commented 9 years ago

file = open("newfile.txt", "HighScore") file.write(HighScore) I think that will work.

pakhandi-zz commented 9 years ago

That'll give a chance to any user to edit the file directly.. Not fair