Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pushkarg01/python-snake-game
Snake Game using 'Pygame' library.
https://github.com/pushkarg01/python-snake-game
clasic game pygame pygame-games python3 snake-game
Last synced: 29 days ago
JSON representation
Snake Game using 'Pygame' library.
- Host: GitHub
- URL: https://github.com/pushkarg01/python-snake-game
- Owner: pushkarg01
- Created: 2024-03-14T09:54:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T09:23:06.000Z (about 2 months ago)
- Last Synced: 2024-11-30T09:29:33.756Z (about 2 months ago)
- Topics: clasic, game, pygame, pygame-games, python3, snake-game
- Language: Python
- Homepage:
- Size: 606 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Snake-Game
Snake Game using Pygame library of Python. You can control the Snake by right, left, up, and down keys for each food you eat, you get +10 points and the snake size also grows.
Added a front and game-over page and some sound effects.## Screenshots
![Front](https://github.com/user-attachments/assets/bf936ee3-340c-4ea9-9281-e2fe8eccba73)
![GamePlay](https://github.com/user-attachments/assets/7a1447c6-28fd-408e-b20b-048ba6275ff2)
![Exit Page](https://github.com/user-attachments/assets/002e928d-73ad-4517-b27e-356474e6e9e0)