Inspiration
I was inspired to build this project by the sudoku game that I built while taking a Software Design and Implementation course at Dartmouth College.
What it does
It executes the gameplay necessary for a game of hangman with 6 lives.
How we built it
I built it using a dictionary that I downloaded in the internet, and using that to find a random word that the user had to guess.
Challenges we ran into
String formatting was really hard to implement for this project.
Accomplishments that we're proud of
I am proud of being able to create a decent user interface from a command line app: this is an achievement that is not always possible.
What we learned
I learned a lot about how characters and structs behave together, and also about string formatting and character manipulation.
What's next for Hangman
Creating a GUI with Python and tkinter.
Log in or sign up for Devpost to join the conversation.