Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 use

player.py
-------

Simulate a guessing player with a naive strategy.