https://github.com/hasanyahya101/snake-pygame
A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.
https://github.com/hasanyahya101/snake-pygame
executable game github graphic nuitka pip project pygame python sdl2 snake snake-game sound
Last synced: 2 months ago
JSON representation
A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.
- Host: GitHub
- URL: https://github.com/hasanyahya101/snake-pygame
- Owner: HasanYahya101
- License: mit
- Created: 2024-06-12T18:49:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:43:11.000Z (12 months ago)
- Last Synced: 2025-02-04T14:36:22.907Z (4 months ago)
- Topics: executable, game, github, graphic, nuitka, pip, project, pygame, python, sdl2, snake, snake-game, sound
- Language: Python
- Homepage:
- Size: 221 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)
## Introduction
A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.
## Requirements
Python and it's library `pygame` is required to run the program. You can install pygame using the following command:```cmd
pip install pygame
```
## Releases
The release contains executable files that can be run to play the game. The executables are compiled for Windows (x64), Linux (kali-linux) and MacOS.
## Preview

