A classic Snake game implemented in Python using the Turtle graphics library.
This project is a simple implementation of the classic Snake game. It showcases the use of Python programming language, particularly focusing on object-oriented programming and the Turtle graphics library for creating a graphical user interface.
- Responsive Snake movement with user input (Up, Down, Left, Right keys).
- Collision detection with food and game boundaries.
- Score tracking and display.
- Game over condition with relevant messaging.
- Python
- Turtle Graphics Library
- Clone the repository to your local machine.
- Run the
main.py
file using a Python interpreter. - Use the arrow keys to control the snake and eat the food.
- Avoid collisions with the walls and the snake's own body.
- Have fun and try to achieve the highest score!