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:
- Make sure at least a semi-recent version of Node.js (I recommend v12 or higher) is installed on your system
- Run the command
npm i
to install all the dependencies - Build the executable file by running the command
npm run build
(If pkg
couldn't be found, use npm i -g pkg
to install it)