Simple hangman game. Just type a letter into the answer box and press enter. Wrong guesses are shown in the lower box. Correct guesses fill in the top box
Thanks to Year 8KT for the idea. This project is a good example of how to use custom blocks to break up a large script into smaller pieces that are more easily understandable. Using your own blocks lets you label bits of code with a name of what they do, and is much better than attaching comments. Notice how the blocks indented further to the right deal with detail and the ones to the left deal with the overview.