douglascdev / snake

A snake game made with Python3 and Pygame!
https://www.pygame.org/project/5080
Apache License 2.0
4 stars 5 forks source link

made quit functional #8

Closed GhostUser closed 4 years ago

GhostUser commented 4 years ago

Was unable to quit the game after starting, so added some code so when the player wants to quit, they can do so.

douglascdev commented 4 years ago

Thank you very much for contributing! I made a small style change regarding spacing and removed the .vscode folder you added, since I think it's best to keep IDE/editor settings out of version control, but no big deal. Merging it now, thank you!