Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.18 KB

File metadata and controls

38 lines (22 loc) · 1.18 KB

ReactJS Hangman Game

Built With

  • React - A JavaScript library for building user interfaces

Resulting image looks something like this:

Example of hangman game

How to play

Try to discover the answer for the question choosing letter by letter. If the letter is not contained in the answer, a portion of the hangman is added and you will lose a chance. The game ends when you discover the answer before the hangman is formed or when you do not have more attempts to play!

Specifications

  • Generate random words by fetching Api

Dependencies

Initial Set Up

  1. Clone the repository
  2. npm install or yarn
  3. npm start or yarn start app start with your port number

UI design here

Play here