Web project of a hangman game coded with javascript for Tiktok Youth Camp 2022
Try here
Hosted on GitHub pages
Note: You will need a stable Internet connection to successfully play this game as we utilize an external API to generate the words and hints.
Open terminal in your project folder and run
git init
git clone https://github.com/YeoWeiHan123/HangmanHtml.git
run index.html
The project requires Live Server for the game to work, page needs to be hosted on your computer
In npm you can use this
In Visual Studio Code