This is great practise for anyone who is new to coding. This was one of the many first projects that I did before attending a coding bootcamp.
This app has the following features:
Create one or more word banks.
Randomly selects a word/phrase from the word bank.
Takes selected word/phrase, and converts the string into dashes, one dash for each character. If it’s a statement, we will put spaces in between each word.
As the player guesses Correctly , replace a dash with a letter.
The game allows the player to have 10 wrong guesses.
If the player loses all 10 tries, then it’s game over man. Game Over!
If the player guesses all the characters correctly in the allotted amount of tries, the app will end.
A simple hangman game that will impress your friends and family, you can be the cool one at the party with this game.
All notes will be inserted into the codebase, use this as a reference later on down the line.