This project is a simple Snake Game created using Python. The game uses the Turtle graphics module.
The player controls a snake that moves around the screen. The goal is to eat the food and increase the score. The game ends if the snake hits the wall or its own body.
- Snake moves in four directions
- Food appears randomly on the screen
- Score increases when food is eaten
- Game restarts after collision
- Python programming language
- Turtle graphics module
- Install Python on your system
- Download or clone this repository
- Open the folder
- Run the file named "Snake Game.py"
- Up Arrow key: Move Up
- Down Arrow key: Move Down
- Left Arrow key: Move Left
- Right Arrow key: Move Right
- Learned basic Python programming
- Learned game logic and event handling
- Learned how to use Turtle module
Srija Ginukala GitHub: https://github.com/GinukalaSrija