java hangman game
Use java make a easy hangman game
- The game chooses a random phrase from the list. This is the phrase the player tries to guess.
- if the phrase is “Joe + Programmer”, the initial partially hidden phrase is: *** + **********
- For our example, if the user guessed “o”, the new partially hidden phrase would change to: * o * + ** o*******