Hangman Game

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.

How to run the project locally

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

  1. Download the extension Live Share image

  2. Follow the instructions to start the Live Share

  3. index.html should be open on your default browser