Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rededge967/snake-game
Classic Snake game written with python
https://github.com/rededge967/snake-game
game game-development python snakegame-py
Last synced: 24 days ago
JSON representation
Classic Snake game written with python
- Host: GitHub
- URL: https://github.com/rededge967/snake-game
- Owner: RedEdge967
- Created: 2021-10-08T02:02:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T09:08:10.000Z (about 3 years ago)
- Last Synced: 2024-11-18T11:24:48.360Z (3 months ago)
- Topics: game, game-development, python, snakegame-py
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game
## what is Snake-Game?
- Snake-Game is the classic game we played but written in python
- This program has 2 releases## Needed
- Python 3
- Pygame installed## How to?
- Install python 3 and pygame first
- Download the release from [here](https://github.com/RedEdge967/Snake-Game/releases) and run it with python 3### Installing `Pygame`
- You need to install pygame to run this game. use the command below to install pygame (installing with pip)
```
python3 -m pip install -U pygame --user
```## Release notes
### Snake game v1.0
- In Snake game `v1.0`, you can go anywhere without losing but if you touch you, you will lose and the game will restart. and the points will not be count.### Snake game v1.1
- In Snake game `v1.1`, you can't go anywhere. That means you can't go through the edge to other side. if you touch the edge you will lose. but points will be counted. Remember this is very hard.