This project is a classic Snake game developed using Python's Turtle library. It was created as a semester project for learning purposes and to practice problem-solving skills.
- Classic Snake game mechanics
- Score tracking
- Game over detection
- Simple controls for snake movement
This is how you can use the code
- Clone the repo
git clone /~https://github.com/mominaamjad/slither-snake-game.git
- Install library
pip install freegames
Run the game:
python code.py
Use the arrow keys to control the snake's direction:
- Right arrow: Move right
- Left arrow: Move left
- Up arrow: Move up
- Down arrow: Move down