/Hangman

Hangman game I made in python over summer of 2014. First fairly large python project. Uses tkinter for a simple, not-too-ugly GUI and a random word API to keep things interesting and occasionally impossible. Feel free to poke around, tell me where my code sucks, use it for your own project, or just have fun playing the game!

Primary LanguagePythonThe UnlicenseUnlicense

Uses a simple random word API to generate the puzzles. In case of no internet access, a preselected list of words will be chosen from at random.

Built in Python 3.4, only works for Python 3.x.

Just run Hangman.pyw in any old python interpreter.

Leave all the image files next to it in the same directory.