I have been looking for a Hangman style game.
I have simple design now but uses layouts for each word.
Which makes it hard to have a index of 100's of words.
I have been learning more about arrays, but still have issues
6 arrays one for each letter and 7th array for the chosen word.
if chosen word array set first letter, second letter, third letter, forth letter, fifth letter and sixth letter.
compare selected letter with letter arrays = true / if true set visible
else false do nothing.
If letter arrays = 6 selected letters get random word from word array
if wrong letter -1 from life / set sprite to visible
I have a good understanding of what it should be doing, Just get lost in the coding.
Thanks for your time. Have fun and enjoy. JC