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

https://github.com/lovesaroha/snake-game-python

Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.
https://github.com/lovesaroha/snake-game-python

pygame python snake-game

Last synced: 10 months ago
JSON representation

Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.

Awesome Lists containing this project

README

          

# Snake Game (Python)
Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.

Also available in javascript [github/lovesaroha/Snake-Game](https://github.com/lovesaroha/Snake-Game)

## Requirements
- Python 3 or higher.

## Packages

### Pygame
```bash
py -m pip install pygame
```

## Start
```bash
py game.py
```

![game](https://raw.githubusercontent.com/lovesaroha/gimages/main/114.png)