mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
8f16a092e2
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
29 lines
430 B
Markdown
29 lines
430 B
Markdown
# hangman
|
|
|
|
> Play the classic Hangman word-guessing game.
|
|
> More information: <https://manned.org/man/hangman>.
|
|
|
|
- Start the game:
|
|
|
|
`hangman`
|
|
|
|
- Guess a letter:
|
|
|
|
`{{<a>|<b>|<c>|...}}`
|
|
|
|
- Move to the next word:
|
|
|
|
`<Space>`
|
|
|
|
- Quit the game:
|
|
|
|
`<Enter>`
|
|
|
|
- Start the game with a specific minimum word length (default is 6):
|
|
|
|
`hangman -m {{min_length}}`
|
|
|
|
- Start the game with a specific word list:
|
|
|
|
`hangman -d {{path/to/word_list}}`
|