https://github.com/cryptoc1/hangman
Hangman in the terminal
https://github.com/cryptoc1/hangman
Last synced: about 2 months ago
JSON representation
Hangman in the terminal
- Host: GitHub
- URL: https://github.com/cryptoc1/hangman
- Owner: Cryptoc1
- License: mit
- Created: 2014-06-25T16:12:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T19:23:51.000Z (about 11 years ago)
- Last Synced: 2025-09-01T18:45:58.638Z (10 months ago)
- Language: Python
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hangman
Hangman is a small python script for playing a classic game of hangman.
## Features
* CLI Based
* Shows a list a guessed letters
* Simple interface, not a lot of clutter
## Testing and Usability
Hangman was written in Python on Ubuntu 14.04 and Mac OS X. Further testing (meaning Windows) is not in sight to be preformed.
#### Misc. Info
This projected is distributed with no license, I don't care what you do with it, the code is kind of messy anyway.