Snake Game (Python with Turtle Graphics)
Developed a console-based Snake game using Python's `turtle` graphics library. The player controls a snake that moves around the screen, eating food to grow longer. The game features collision detection with walls and the snake's own body, scorekeeping, and high score tracking.
Check Out Repository