This repository was archived by the owner on Nov 18, 2020. It is now read-only.
johncheetham/hangman
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
NOTE: This project is no longer developed and has been archived. Hangman 0.1 John Cheetham June 2009 Project Homepage : http://johncheetham.github.io/hangman/ Description ----------- Hangman game written in Python/GTK2. It is licensed under the GPL. See the file named LICENSE. All the words are the names of actors/actresses. Prerequisites ------------- It requires python, GTK+ 2 and PyGTK. On linux these will usually be already installed. If not they can be installed using the package manager on most distros. For windows see http://www.pygtk.org/downloads.html. Running ------- To run it change into then hangman directory and run hangman.py.