A modern, graphical Hangman game built with Python and Tkinter. This project includes a clean GUI, real-time word fetching from an API, a fallback system, multiple difficulty levels, and a hint ...
This project is part of my Python Internship at CodeAlpha. The task was to build a simple text-based Hangman game where the player guesses a word one letter at a time. #Project Goal Create a ...