Skip to content

A classic Snake game implemented in Python. Players control a snake to eat food, grow longer, and try to get the highest score possible — avoid crashing into walls or the snake’s own body.

Notifications You must be signed in to change notification settings

pixiesrishti/Snake-Game

Repository files navigation

Snake-Game 🐍

About

Snake-Game is a simple Python implementation of the classic “Snake” game. Navigate the snake around the screen, eat food to grow longer, and avoid collisions with walls or the snake’s own body. It’s easy to run and fun to play — a great project for learning basic game logic and Python programming.

🛠️ Features

  • Classic Snake gameplay: move, eat, grow, avoid collisions.
  • Smooth movement and real-time score tracking.
  • Simple and clean code — easy to understand, extend, or modify.
  • (Optional) Background music & sound effects — check included media files.
  • Configurable settings (e.g. speed / difficulty) — can be modified in the code.

🎮 How to Play

  1. Run the game script:
    python main.py

About

A classic Snake game implemented in Python. Players control a snake to eat food, grow longer, and try to get the highest score possible — avoid crashing into walls or the snake’s own body.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages