Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacksonpf1/hangman-game
- Owner: jacksonpf1
- Created: 2022-05-17T02:04:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T20:34:54.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:16:25.252Z (about 4 hours ago)
- Topics: css, game, hangman, hangman-game, hangman-game-app, html, javascript, js, react, react-sass, reactjs, sass
- Language: JavaScript
- Homepage: https://hangman-game-bk.vercel.app/
- Size: 421 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/