This game runs on pure HTML/CSS/Javascript. It is just a fun and simple game of hangman with different categories to choose from and thousands of possible names/sentences/phrases.
The data used in this game was extracted from various websites using nodeJS/puppeteer.
The live demo can be viewed here.
To run locally: Step 1:
git clone https://github.com/jaredmt/Hangman .
npm install
Step 2: Open index.html in VS Code -> Right click -> Open With Live Server