Skip to content

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.

Notifications You must be signed in to change notification settings

mominaamjad/slither-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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
  • Turtle

Getting Started

Installation

This is how you can use the code

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

Usage

Run the game:

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages