Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mominaamjad/slither-snake-game
Slither is a classic snake game made in python using the turtle and freegames library. It is an easy to play game with score management and simple controls.
https://github.com/mominaamjad/slither-snake-game
game-development python semester-1 semester-project turtle
Last synced: 8 days ago
JSON representation
Slither is a classic snake game made in python using the turtle and freegames library. It is an easy to play game with score management and simple controls.
- Host: GitHub
- URL: https://github.com/mominaamjad/slither-snake-game
- Owner: mominaamjad
- Created: 2022-01-16T18:29:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T10:53:39.000Z (4 months ago)
- Last Synced: 2024-07-21T19:56:34.308Z (4 months ago)
- Topics: game-development, python, semester-1, semester-project, turtle
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SLITHER
A classic Snake game built using Python and the Turtle library.
## About The Project
This project is a classic Snake game developed using Python's Turtle library. It was created as a semester project for learning purposes and to practice problem-solving skills.
### Features
- Classic Snake game mechanics
- Score tracking
- Game over detection
- Simple controls for snake movement### Built With
* ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
* ![Turtle](https://img.shields.io/badge/turtle-000000?style=for-the-badge&logo=python&logoColor=ffffff)## Getting Started
### Installation
This is how you can use the code1. Clone the repo
```sh
git clone https://github.com/mominaamjad/slither-snake-game.git
```
2. Install library
```sh
pip install freegames
```
### UsageRun the game:
```sh
python code.py
```Use the arrow keys to control the snake's direction:
* Right arrow: Move right
* Left arrow: Move left
* Up arrow: Move up
* Down arrow: Move down