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

https://github.com/surajv311/pygame-snakegame

A simple snake game built using pygame library.
https://github.com/surajv311/pygame-snakegame

Last synced: 5 months ago
JSON representation

A simple snake game built using pygame library.

Awesome Lists containing this project

README

          

# pygame-Game1
A simple snake game built using pygame library.

Before cloning the project ensure pygame is installed:

```pip install pygame```

To run the game:

In terminal (in the same directory) :

```python snakePygame.py```

![img](https://github.com/Surajv311/pygame-Game/blob/master/images/img.jpg)

![img2](https://github.com/Surajv311/pygame-Game/blob/master/images/img2.jpg)