5 lines
317 B
Markdown
5 lines
317 B
Markdown
# Hangman
|
|
This hangman console game features the ability to guess some randomly chosen word.
|
|
The word is of some randomly chosen topic that is shown to the user.
|
|
Both the topics and the words can be expanded by the user. Game also provides a score
|
|
tracking mechanism, ASCII hangman art and varying difficulty levels.
|