In this video series we will work through creating a game of Hangman in Python with a PyQt6 GUI, using a Model View Controller architecture.
In this video we will continue coding the Controller Module by accepting one letter button signal, checking if that letter is in the word, and then updating the game state.