Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthium/snakegame
Good old Snake Game made in Python using Pygame and Tkinter.
https://github.com/erthium/snakegame
2d-game pygame python snake-game tkinter
Last synced: 19 days ago
JSON representation
Good old Snake Game made in Python using Pygame and Tkinter.
- Host: GitHub
- URL: https://github.com/erthium/snakegame
- Owner: erthium
- License: mit
- Created: 2020-02-13T21:24:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T11:03:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T19:36:21.242Z (3 months ago)
- Topics: 2d-game, pygame, python, snake-game, tkinter
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game
A sample of old snake game.
About the code:
- At the beginning tab, you can simply select the options that changes the look of the game. But it's not that user friendly since if you leave some of the entries blank, the game will crash.
- If you wanna play with the default options, just close the first tab.
![](README/Options.png)
- If you remove the comment line marks (', # etc.), there'll be a second snake. Which is not really necessary and doesn't fit the entire game since I didn't spare my time on this code, but it's a bit fun.
![](README/Snake.png)