
Introduction
Everybody remembers that classic Hangman game they used to play in school. But of course, as classic as it was, it was also very basic. Too basic compared to modern standards. I wanted to make it better.
My implementation of the game would have multiple difficulties, a high score system and a random topic system.
With such requirements, it would be easier to get a framework and build the game that way. But I decided to code it from scratch, using Java 8 plus Swing toolkit. The game was completed in 2 weeks.