Skip to content

A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic

Notifications You must be signed in to change notification settings

zafran-ullah/snake-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Snake Game in Python

This is a classic Snake game built using Python's turtle module.

🎮 Features

  • Move the snake using arrow keys
  • Eat food to grow
  • Game over on wall or tail collision
  • Score tracking

📷 Screenshot

Screenshot 2025-07-12 220935

▶️ Run the Game

python snakeGame.py

About

A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages