A Simple Hang man Game created in my free time while learning Java in University
Created on Intelij Community Edition
- Hang Man Graphics YungNewton on Github
- Used art from his python version of hangman.
- Words List deekayen on Github
- Used his word list of 1000 most common english words.
- Stack Overflow Post Ted Hopp on StackOverFlow
- His answer to this post helped me fix the program not replacing all occurrences of a letter in the word
Starting Screen of the program
Selecting a mode
Correct Guess
Incorrect Guess
Win Screen
Lose Screen