mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
8f16a092e2
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
430 B
430 B
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}}