# 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

