Skip to content

Vansh-kash2023/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Snake Game using Turtle in Python 🐍

A simple Snake game implemented in Python using the Turtle module.

Getting Started

To play the game, run the Snake.py script. Use the following keys to control the snake:

  • 🚀 W: Move Up
  • 🌊 S: Move Down
  • ⬅️ A: Move Left
  • ➡️ D: Move Right

Try to eat the food (the colored squares or circles) to grow your snake and earn points. Be careful not to run into the wall or collide with the snake's body.

Requirements

  • Python (3.0+)
  • Turtle module (pre-installed with Python)

Features

  • Classic Snake game experience.
  • Randomly generated food (squares or circles) with different colors for variety.
  • Keep track of your current score and high score.

Acknowledgments

Special thanks to the Python programming community for inspiration and support!

Contact

Feel free to contact me for collaborations and discussions. Enjoy the game! 🎮

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages