A game of hangman you can play directly in the CLI
A simple game of hangman you can play directly in the Command Line Interface.
Features three difficulties (easy, medium and hard), an easy to use interface and a highscore tracker.
Languages: 🇬🇧 English, 🇩🇪 German
To delete all highscores, turn on “show hidden files and folders” in Windows Explorer and delete the .scores.dat
file.
To build Node-Hangman from source, follow these steps:
npm i
to install all the dependenciesnpm run build
(If pkg
couldn’t be found, use npm i -g pkg
to install it)