CSAllenISD / 2023-ISP-unIQue

Other
0 stars 1 forks source link

Hangman Game #59

Open FarazPir opened 1 year ago

FarazPir commented 1 year ago

A simple hangman game which will be coded with Javascript and be playable on PC. Hangman is a game that consists of a random amount of blanks that represent a word and your objective is to guess the word by choosing different letters and each time you chose a letter it will fill in any blanks with that letter if those blanks that represent a letter in the word match. If none of the blanks match that letter it will add a body part to the hanging pole, starting with the head. You have to guess the word before the hanging man is complete or you will lose.

SterbenShell commented 1 year ago

I have written the code for it and just need to make some changes to make it fully operational, then polish it up.