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

https://github.com/bennyscripts/pygame-snake

Snake made in Python using Pygame.
https://github.com/bennyscripts/pygame-snake

pygame pygame-games python python-snake python-snake-game snake snake-game

Last synced: 11 months ago
JSON representation

Snake made in Python using Pygame.

Awesome Lists containing this project

README

          

# pygame-snake
Snake made in Python using Pygame.
This is my first pygame project, i think it ended quite well (ty gh copilot 🙏)

### setup
- Make sure you have pygame installed
- Run `main.py`

### issues
- Doesn't end game when snake head touches body.