Skip to content

Omarsy-d/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Snake Game

A simple and fun Snake Game implemented in Python using the Tkinter library. The player controls a snake that grows longer as it eats food, with increasing speed and difficulty levels.

Features

  • Playable Snake Game with basic mechanics.
  • Levels with increasing speed as the player scores points.
  • Score tracking with visual feedback.
  • Food generation with random placement.

Requirements

  • Python 3.x
  • Tkinter (usually included with Python installations)

How to Run

  1. Ensure you have Python installed on your machine. You can download it from python.org.
  2. Clone or download this repository to your local machine.
  3. Navigate to the project directory in your terminal or command prompt.
  4. Run the script using the command:
    python snake_game.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages