Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacksonpf1/hangman-game

Hangman game implementation created with React and SASS
https://github.com/jacksonpf1/hangman-game

css game hangman hangman-game hangman-game-app html javascript js react react-sass reactjs sass

Last synced: about 4 hours ago
JSON representation

Hangman game implementation created with React and SASS

Awesome Lists containing this project

README

        

# Hangman Game
The classic letter guessing game called Hangman implemented with React and Sass.

# How to play
You are shown a set of blank letters that match a word or phrase and you have to guess what these letters are to reveal the hidden word. You guess by sending a letter from an input in the UI. If you send a letter that is in the word the letter is revealed from the blank letters; however, if you pick a letter that is not in the word, then the letter you sent its going to be added in a "wrong letters" recipient and stickman is slowly drawn.

# Gallery:
https://imgur.com/a/IrdmIoR

# Live demo:
https://hangman-game-bk.vercel.app/