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.
- Host: GitHub
- URL: https://github.com/lovesaroha/snake-game-python
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-21T10:01:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T10:02:35.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:26.869Z (12 months ago)
- Topics: pygame, python, snake-game
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
