jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

Fix game-end screen and problem with highscore.txt #41

Closed athulp01 closed 6 years ago

athulp01 commented 6 years ago

After the snake hit a block, the message screen is not displayed. Fixed it If the highscore.txt is empty there raises a value error, so added a try except block added highscore.txt to .gitignore

jajodiaraghav commented 6 years ago

Thanks for the fix @athulpn