CLI hangman app built using Java.
Player will be start with a set number of lives and an empty hangman board. The goal of the game is to guess the word before you run out of lives. The application will count the number of games you have won over the running of the application.
Rules:
- If you don't have enough lives to complete the word, the game will stop
- You cannot guess the same letter twice
- Invalid input will not be accepted