Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)