A little bit of Python

I made a quick game of hangman while studying for my university finals, and I thought I would post it for download. Feel free to try it out, modify the code and make changes as you wish. Most of all, don’t be afraid the leave a comment below. After downloading, simply unzip the file and import the project into eclipse (or your choice of IDE)  and run the ‘main.py’ pydev module. Take a look in the ‘word_to_guess.txt” file, where you can add words to the game.

Python Hangman Game

As you can see,  its nothing special,  but demonstrates the incredible power of Python, and the standard library alone. More interesting projects to come.

Kinda cool :)