https://github.com/baggerfast/snake
Game "Snake" on python (pygame)
https://github.com/baggerfast/snake
game game-development games pygame python snake snake-game snakegame
Last synced: 10 months ago
JSON representation
Game "Snake" on python (pygame)
- Host: GitHub
- URL: https://github.com/baggerfast/snake
- Owner: BaggerFast
- Created: 2021-09-04T08:08:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T07:35:15.000Z (over 3 years ago)
- Last Synced: 2025-02-10T02:51:48.956Z (12 months ago)
- Topics: game, game-development, games, pygame, python, snake, snake-game, snakegame
- Language: Python
- Homepage:
- Size: 664 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PySnake

### Clickable:
[](https://github.com/BaggerFast/Snake/actions?query=workflow%3Aci)
[](https://www.pygame.org/docs/)
### The purpose:
Make a copy of game "snake" on Python with library Pygame
### Technology stack:
- **Languages:**
- Python 3.9+
- **Libraries:**
- Pygame
- **Code Analyzers:**
- Pylint
### System requirements:
- Linux | Mac OS | Windows
### Quick setup:
1. Clone a project
2. Create venv (in Pycharm: settings -> project "Snake" -> project interpreter)
3. Upgrade pip:
```bash
pip install --upgrade pip
```
4. Install requirements:
```bash
pip install -r requirements.txt
```
5. Run file run.py
## Game demo:

## Download:
| Windows 7 - 11 |
|--------------------------------------------------------------------------------------------------|
| [Download - (**exe**)](https://github.com/BaggerFast/Snake/releases/latest/download/Snake.exe) |