Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sathish111j/snakegame
Snake Game
https://github.com/sathish111j/snakegame
Last synced: 15 days ago
JSON representation
Snake Game
- Host: GitHub
- URL: https://github.com/sathish111j/snakegame
- Owner: Sathish111j
- Created: 2023-11-17T09:34:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:25:45.000Z (about 1 year ago)
- Last Synced: 2024-11-12T06:30:37.342Z (2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game in Python
## Description
This is a simple Snake Game implemented in Python using the simple libraries. The classic Snake Game where the player controls a snake that must eat food to grow while avoiding collisions with itself and the boundaries of the game.![Snake Game Demo](demo.gif)
## Features
- Classic Snake Game mechanics.
- Simple and intuitive controls.
- Score tracking.
- Game Over screen with the option to play again.## Prerequisites
- Python 3.x## Installation
1. Clone the repository:
```bash
git clone https://github.com/Sathish111j/SnakeGame