/hangman-game

Simple hangman game written in Javascript with a Winter theme

Primary LanguageJavaScript

Winter Hang - Hangman Game

Overview

A fun little JavaScript hangman game with a Winter theme. Using HMTL, Javascript, and CSS.

To play, just guess a letter by typing your guess on your keyboard. If you guess incorrectly 9 times, you lose. If you guess the word before that happens, you win. After you win or lose, you can restart the game by refreshing your browser.

An image of the game

To run locally:

  1. Clone or download this git repository.

  2. Run index.html in your web browser.

  3. Start guessing letters to get started!