Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T07:35:15.000Z (over 2 years ago)
- Last Synced: 2023-03-11T19:57:02.279Z (almost 2 years 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
![Language](https://img.shields.io/badge/Language-Python3.9-yellow.svg?style=flat)
### Clickable:
[![BUILD-STATUS](https://github.com/BaggerFast/Snake/workflows/CI/badge.svg)](https://github.com/BaggerFast/Snake/actions?query=workflow%3Aci)
[![Library](https://img.shields.io/badge/Library-pygame-green.svg?style=flat)](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) |