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.
- Host: GitHub
- URL: https://github.com/bennyscripts/pygame-snake
- Owner: bennyscripts
- Created: 2022-01-07T16:41:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T16:46:37.000Z (about 4 years ago)
- Last Synced: 2025-02-14T15:47:34.956Z (about 1 year ago)
- Topics: pygame, pygame-games, python, python-snake, python-snake-game, snake, snake-game
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.