This is a bare-bones project for a game of Hangman. The idea is that it can be remixed and built upon. Make your guesses by pressing letters on the keyboard. The game works as it is. You guess letters. If you get it right then it displays a message and starts again. If you make too many wrong guesses, it displays a message and starts again. "Main Game" is the only sprite that contains scripts that need to be modified (or added to) in a remix. Suggested improvements are - - The "Bad Guess" block can be improved to display a hangman (or something else) to show the number of bad guesses - The "Game Won" block could do something more exciting than a speech bubble saying the player has won - The "Game Lost" block could do something more exciting than a speech bubble saying the player has lost - Sound effects could be added - Music could be added - A background could be added - A title page could be added - The choice of words could be changed #tutorials #description(The classic game of Hangman brought to Scratch. Except it isn't a full game. This is a kind of tutorial - the basic building blocks have been put into place but the project should be remixed, improved and completed.)