So continuing with classic games made in C++, another of my assignments was making a version of hangman in C++.

The game uses a large pool of words to randomly pick from and display, all letters are clickable and highlight (correct or not) after use. After 6 incorrect guesses you lose and the game restarts.

