Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hickford/hangman
A hangman game with an underhand AI.
https://github.com/hickford/hangman
Last synced: about 20 hours ago
JSON representation
A hangman game with an underhand AI.
- Host: GitHub
- URL: https://github.com/hickford/hangman
- Owner: hickford
- Created: 2011-01-10T17:27:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T13:09:44.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T09:25:39.455Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Hangman
=========A hangman game with an underhand AI.
Usage
-------
Usage: hangman.py [options]Play a game of hangman.
Options:
-h, --help show this help message and exit
-l LENGTH, --length=LENGTH
specify length of word
-b, --boring do not display graphics
-f, --fair play fair
-d, --dumb use early, less intelligent A.I.
-x, --hacks show game state
-w DICTIONARY, --words=DICTIONARY
dictionary to useplayer.py
-------Simulate a guessing player with a naive strategy.