hangman: add page (#23333)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
david2000hun1
2026-08-16 00:18:46 +03:00
committed by GitHub
co-authored by Ivan Baluta
parent 63e425aea1
commit 8f16a092e2
+28
View File
@@ -0,0 +1,28 @@
# 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}}`