My Own Version of Hangman

Hangman!

Everyone knows the game Hangman, so I decided to make my own online version of it! In my version, players can either create their own word or pick from a list of categories. One of the exciting aspects I learned was coding a responsive keyboard that interacts with the game interface once initiated. Upon starting the game, dashed lines appear representing the word players are trying to guess. I learned how to make the correct letters guesses appear on the corresponding dashed lines. In addition, I learned how to draw a different shape on the canvas each time a mistake is made. Overall, this project enchanced my coding skills and allowed me to create an interactive Hangman adventure for players to enjoy.