Hangman
- 1 Devlogs
- 1 Total hours
A game, where the user has to guess a letter in a word in five letters. The user can also guess part of the word or the whole word. The user cannot repeat letters when guessing.
A game, where the user has to guess a letter in a word in five letters. The user can also guess part of the word or the whole word. The user cannot repeat letters when guessing.
This is my first and only devlog of this project because it is a small beginner project. I started with adding the main parts(chosing the word, printing the rules, while-loop). I later added extra stuff like checking if the input is correct or printing already used letters. I’m quite new with Hack Club and coding, so any feedback is appreciated:)