/Hangman-legacy

A hangman game where you need to guess the word on the screen by guessing each letter.

Primary LanguageJavaScript

Hangman-legacy

Steps to play the game:

  1. click on Start
  2. press any letter on keyboard
  3. start guessing the word!

A simple hangman application I made with the help of tutorials while learning code for vanilla javascript. Made use of the aync-await along with the fetch apis