Inspiration

When trying to come up with what project to create, our team began discussing our childhood and childhood games. We then remembered Hangman which was a project we felt we could replicate in Python, and so we did.

What it does

Our code is intended to play Hangman, so the player gets to pick from 5 categories of words. The program will then randomly choose one of the words from a pre-generated list and give the player ten attempts to guess the word.

How we built it

We created our project on Python using online resources like time.sleep along the way.

Challenges we ran into

We noticed that there was some new syntax in Python that was different from the last time we used it (a long time ago). We also struggled a little bit with the indentation of the man hanging after each failed guess.

Accomplishments that we're proud of

We're proud that we were able to complete this project in the time that we did.

What we learned

We learned how to work under pressure and as a team.

What's next for Hangman

We think that our project could be upgraded to use AI in order to make the game unlimited in words and categories to choose from.

Built With

Share this project:

Updates