https://github.com/oradwell/python-hangman
Hangman written in Python as a practice for learning Python
https://github.com/oradwell/python-hangman
hangman learning-python practice
Last synced: 8 months ago
JSON representation
Hangman written in Python as a practice for learning Python
- Host: GitHub
- URL: https://github.com/oradwell/python-hangman
- Owner: oradwell
- License: unlicense
- Created: 2013-10-27T11:44:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T22:04:44.000Z (about 12 years ago)
- Last Synced: 2025-07-08T21:58:40.770Z (9 months ago)
- Topics: hangman, learning-python, practice
- Language: Python
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
python-hangman
==============
Hangman written in Python as a practice for learning Python

## Running the application
``
$ python hangman.py
``
Tested on Python v2.6.6