Funky Hangman (Python)

2020

In 2020, I took a class in Programming that taught me the fundamentals of Python. With this knowledge, I wrote Funky Hangman using randomly generated, silly phrases that can be tough to guess.

Documentation




Hangman was one of my favorite games in school. I enjoyed coming up with difficult phrases, forcing players to guess obscure letters. I used this applicaiton as a repository for my favorite words. One would be an adjective, while the other would be an unrelated noun. My favorite phrase to use was "Fuzzy Ninja".

Code (Python)

See project code here.