https://github.com/falcowinkler/snake-pygame
snake with pygame, a simple project for beginners course
https://github.com/falcowinkler/snake-pygame
Last synced: 30 days ago
JSON representation
snake with pygame, a simple project for beginners course
- Host: GitHub
- URL: https://github.com/falcowinkler/snake-pygame
- Owner: falcowinkler
- Created: 2020-06-14T10:00:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T17:22:22.000Z (over 5 years ago)
- Last Synced: 2025-05-24T11:38:36.170Z (5 months ago)
- Language: Python
- 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 for beginners
This simple snake game is intentionally kept very simple for the purpose of teaching the basics
of game programming```bash
pip install -r requirements.txt
python main.py
```