HangMan Game

This is the popular hangman game with Java in the terminal.
In this game, we have some letters that you have to gonna guess in some cycles, and if you lose, the game will hang the man after all.
Notice that you couldn't choose the repetitious word and if you did, you have to choose another letter.
The letters are routine words for your ease, you can replace them with your words if you want.

Explane the game

You have to signup first, if you don't have an account else you log in easily.
After that, you go to your account and you have options such as playing the game, seeing the leaderboard, or exiting
The leaderboard read from the files that save and update after each game plays
This is the schema of the game after the clone:

Like the image, the guessing word is "data structures" and the player has to guess the word.
The player can press '#' just once in the game and one letter will show up for the player.

The game takes until to player wins or loses. after that, the score of the player saves into the file, and the next time the player wants to play the game or see the leaderboard, his/her score will be saved.
You can play it with your friends with limitless accounts :)