@djuhnix/hangman
Version:
Hangman paper and pencil guessing game in a node-js module
18 lines (10 loc) • 313 B
Markdown
# Hangman Node Module
_with use of data structures_
This is the Hangman paper and pencil guessing game in a node-js module that can be used in JavaScript or TypeScript projects.
You just have to install it via `npm` or `yarn`.
```shell
npm install @djuhnix/hangman
```
## Docs
- Organisation
- Quick Start