keikoro / Hangman

A Hangman game programmed in Python
MIT License
4 stars 2 forks source link

Hangman

A Hangman game programmed in Python.

My very first Python program as well as my first game. Developed during the summer of 2013 as part of the course work at/for Spielend Programmieren. Originally written in Python 3, now also backward compatible with 2.6+. Tested on Python 3.3.2 and 2.7.

Notes:
You need to have Python 2.6+ installed to run this game.
The game's objective is to guess a word, letter by letter.
11 incorrect guesses are possible, then hangman dies and the game is over.

Parameters the game can be run with:

WIP (13-07-25)
Currently working on making the game playable on different devices with Kivy.