Skip to content

SerpentineSprint is a colorful Python turtle Snake game where you guide a growing serpent to eat food, avoid walls and its own tail, and chase high scores—perfect for learning basic game logic and event-driven programming.

Notifications You must be signed in to change notification settings

rivu-intel45/PixelPythonSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🐍 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! 🐍

About

SerpentineSprint is a colorful Python turtle Snake game where you guide a growing serpent to eat food, avoid walls and its own tail, and chase high scores—perfect for learning basic game logic and event-driven programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages