https://github.com/dharmit/hangman
A simple hangman game using Python
https://github.com/dharmit/hangman
Last synced: 8 months ago
JSON representation
A simple hangman game using Python
- Host: GitHub
- URL: https://github.com/dharmit/hangman
- Owner: dharmit
- Created: 2012-08-29T10:18:07.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T10:35:08.000Z (almost 14 years ago)
- Last Synced: 2025-02-10T05:41:48.249Z (over 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hangman
=======
A simple hangman game using Python
Just run this game on the command line as
$ python hangman.py
and get going. There's no rocket science here.
There are a few assumptions made here:
1) You are using a Linux box.
2) I created this game on Fedora and words package was pre-installed.
yum install words
should install the package on your RHEL/Fedora system.