Snake-Game
Snake-Game copied to clipboard
The classic snake game. Made with pygame.
Changes: get notified to play again or not! when the game is over!
Tried running the program through GitPod and it doesn't seem to be working with the Tkinter library so maybe it's use should be recommended in the README file. ``` Traceback...
Also included the if __name__=='__main__' check condition as per standards.
It would be nice if the user has the option to quit by pressing a key (at line 80)
it make your code simpler and make a good graphics.
Hello, we are university students in Korea. We take a seasonal semester lecture called Open Source. The final goal of this lecture was to find and modify the Python code...
This pull-request fixes the double importing bug of the module random pointed out by @aadil494 in [Issue #9](https://github.com/techwithtim/Snake-Game/issues/9)