Welcome to the Snake Game! This project is a classic implementation of the Snake game using Python and the Turtle graphics library. Enjoy navigating the snake to collect food and grow in length, while avoiding the walls and its own tail.
- Classic Gameplay: Enjoy the nostalgic experience of the classic Snake game.
- Responsive Controls: Control the snake using the arrow keys for smooth gameplay.
- Dynamic Difficulty: The snake grows longer and the game becomes more challenging as you progress.
- Score Tracking: Keep track of your score as you collect food and grow the snake.
- Python 3.x
- Turtle module (usually included with standard Python installations)
- Clone the repository:
git clone https://github.com/ImanGholamii/Snake_Game.git cd Snake_Game
- Run the application:
python main.py
Run the main.py file. The game window will open, displaying the Snake game.
Use the arrow keys to move the snake up, down, left, or right.
Navigate the snake to eat the food. Avoid colliding with the walls or the snake's own body. The game ends if the snake collides with the wall or itself.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to the developers of the Python programming language and the Turtle graphics library.
If you like this project, please give it a ⭐️ on GitHub!