Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keikoro/hangman
A Hangman game programmed in Python
https://github.com/keikoro/hangman
Last synced: 26 days ago
JSON representation
A Hangman game programmed in Python
- Host: GitHub
- URL: https://github.com/keikoro/hangman
- Owner: keikoro
- License: mit
- Created: 2013-07-12T05:13:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T08:41:46.000Z (about 6 years ago)
- Last Synced: 2023-08-02T02:52:53.260Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.95 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://www.spielend-programmieren.at). 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:
* -nosound to turn off text-to-speech
* -en|de to play with English or German words
__WIP (13-07-25)__
Currently working on making the game playable on different devices with [Kivy](http://kivy.org/).