-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
- Implement the logic of hangman game.
To-Dos
- Component Logics
- Header
- Logo
- Import as an SVG component.
- Score
- Demonstrate total Score according to user inputs.
- Reset Button
- Set everything to initial state.
- Logo
- Section
- Content
- Word
- Get a random word from word set.
- Check the length of word and add empty characters on the screen as a line.
- Change color to green if the answer is correct. Otherwise, it will be red.
- Character
- Show character if it is correct otherwise, it will shown as line.
- Keyboard
- Key
- If clicked key contains wrong char, set button's color to red for 1 second. (?)
- Key
- Word
- Image
- Will start from 0.jpeg. If the user clicks to wrong key, index of jpeg will increase.
- Audio ( public chanting )
- If the user clicks to wrong key, volume of audio will increase.
- Content
- Header
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request