hangman (6)
Leading comments
Automatically generated from hangman/hangman.6.in. Do not edit. $NetBSD: hangman.6,v 1.12 2003/08/07 09:37:21 agc Exp $ Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer....
NAME
hangman - computer version of the game hangmanSYNOPSIS
[-d wordlist ] [-m minlen ]
DESCRIPTION
In , 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.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.
FILES
- /usr/share/dict/words
- On-line word list