Work

java-hangman

Desktop
Java 8
Java Swing

An upgraded Hangman game with more difficulties, high score, and more!

A fresh playthrough of Hangman on Asian difficulty, with topic hidden and score of 0

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.

View on GitHub