Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.48 KB

File metadata and controls

55 lines (35 loc) · 1.48 KB

🐍 Snake Game in Python (Turtle)

Python Turtle Game License: MIT


🎮 Overview

A classic Snake game built in Python using the Turtle graphics library. Eat food, grow your snake, and avoid collisions with the walls and your own tail. Simple, addictive, and fun for all ages!


🚀 How to Play

  • Use W, A, S, D or arrow keys to move the snake (up, left, down, right).
  • Eat yellow circles to score points and grow your snake.
  • Avoid hitting the borders and your own tail, or the game resets.
  • Your current and high scores are updated as you play!

🛠️ Installation & Setup

  1. git clone https://github.com/rivu-intel45/PixelPythonSnake.git cd snake-game-turtle
  2. Make sure Python 3.x is installed.
  3. Run the game:

🧩 Requirements

  • Python 3.x (recommended)
  • Built-in Turtle module (no extra install needed)

📦 Files

  • snake_game.py — The main Python script for the Snake game.

🤝 Contributing

Pull requests and suggestions are welcome! Open an issue first to discuss changes.


📚 References


Enjoy playing and coding! 🐍