Skip to content

Business Logic #2

@damla

Description

@damla

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.
    • 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. (?)
      • 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions