Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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:
gameplay

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