-
Hangman tutorial ?
Hello
I would like to create a Hangman game from a group of topics.
E.g animals. When you eventually guess the right animal, you then have an option to create a new game with a new word from the group. "Press here for a new game" essentially.
Are there any tutorials available for creating Hangman games?
-
Re: Hangman tutorial ?
I've never seen a hangman tutorial... That's rather specific. The game is so simple that the tutorial would essentially be the complete game anyway...
There was a thread recently about someone needing help with checking individual letters to match up with an answer, so this might help: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=224550#Post2245 50
Basically you'd want to have a list of words to use as answers, and have it randomly pick one to use at the start of the game... and then let the player enter in a letter. Then use the method in the link above to determine if the letter they chose is part of the answer, and if not, add a body part to the hangman, and if so, reveal the letter in the answer.