Skip to content

snake game made in python using the turtle module.

Notifications You must be signed in to change notification settings

jpvgoes/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

This repository contains a classic Snake game implemented in Python using the Turtle module.

Description

The Snake game is a simple game where the player controls a snake that moves around the screen, eating food to grow longer. The game ends if the snake runs into itself or the edges of the screen. The goal is to make the snake as long as possible.

Features

  • Classic Snake gameplay
  • Increasing difficulty as the snake grows
  • Simple and intuitive controls using the keyboard

Installation

  1. Clone the repository:
    git clone https://github.com/jpvgoes/snake-game.git
    
  2. Navigate to the project directory:
    cd snake-game
    
  3. Ensure you have Python installed. This game is built using Python 3.
  4. Install the Turtle module if it's not already installed:
    pip install PythonTurtle
    

Usage

To start the game, run the snake_game.py file:

python snake_game.py

About

snake game made in python using the turtle module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages