Question: Implement hangman project -No loops are allowed except for the main game loop, which is a single while loop. All looping must be subsumed through
Implement hangman project
-No loops are allowed except for the main game loop, which is a single while loop.
All looping must be subsumed through map, filter, and reduce. -The art for hangman should be read from a file;
this art connotates the state of the game.
-The user should be able to enter their name, where their name and score will be recorded to a file after each game.
-The game will tell the user if they have a high score or not.
- no exceptions are allowed; all exceptions must be caught by the program.
Use java language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
