Hangman (Python)
Developed a console-based implementation of the classic Hangman word-guessing game in Python. The player controls a snake that moves around the screen, eating food to grow longer. The game ends if the snake collides with the wall or itself. The project also includes a scoreboard to track the player's score and high score, with the high score being stored in a file for persistence.
Check Out Repository