Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 code

1. Clone the repo
```sh
git clone https://github.com/mominaamjad/slither-snake-game.git
```
2. Install library
```sh
pip install freegames
```
### Usage

Run 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