logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

hangman — computer version of the game hangman

Authors

       Ken Arnold

Debian                                            May 31, 1993                                        HANGMAN(6)

Description

       In  hangman,  the  computer  picks  a  word from the on-line word list and you must try to guess it.  The
       computer keeps track of which letters have been guessed and how many wrong guesses you have made  on  the
       screen in a graphic fashion.

Files

/usr/share/dict/words  On-line word list

Name

       hangman — computer version of the game hangman

Options

-d    Use the specified wordlist instead of the default one named below.

       -m    Set the minimum word length to use.  The default is 6 letters.

Synopsis

hangman [-dwordlist] [-mminlen]

See Also