kathrynag
- 595
- 0
I'm looking for major help on writing an interactive program to run hangman. It can be user inputted or using an array. I just don't know what to do.
The discussion focuses on developing an interactive Hangman program, emphasizing the need for user input or an array-based dictionary of words. Key components include generating a random word, displaying the empty skeleton for the word, and validating user guesses. Participants recommend starting with pseudo-code before moving to actual coding to identify and resolve issues effectively.
PREREQUISITESBeginner programmers, educators teaching programming concepts, and anyone interested in creating interactive text-based games.