Final Project Option 2
Completion requirements
Opened: Thursday, 9 April 2020, 12:00 AM
Due: Monday, 5 December 2022, 12:00 PM
Please write the code for a Hangman game. The program should randomly choose a word from the attached dictionary file. The program should then display the appropriate number of dashes for the user to guess. As the user guesses, please display the letters guessed as well as the number of correct and incorrect guesses. This can be done however you like. You can draw the traditional hangman image, or you can list the number of guesses remaining.
- Your program should choose a random word from the attached dictionary file.
- Display the appropriate number of dashes.
- Fill in blanks as user guesses.
- Display the letters guessed.
- Display the number of guesses remaining.
- Your program should allow the user to play as many times as he/she likes.
You may NOT use code from the web to accomplish this task. If you need help, please ask me.
Documentation
The documentation will consist of the following sections: introduction, techniques,
and conclusion.
- Introduction: (3-4 sentences) Why did you choose this project? Is your hangman traditional or unique? If it’s unique, how is it unique?
- Techniques: (3-4 sentences) What techniques did you use within your code? Are there any sections that caused you difficulty? Are there any sections you are particularly proud of?
- Conclusion: (3-4 sentences) What did you learn this semester that enabled you to do this project (please don’t just say Python)? Do you have any reflection on the project/course?
- Appendix: Include your code here.
- 23 August 2022, 1:26 PM