Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 735 Bytes

Guess Word Game

It is a react game for guessing a word built with React.js

Demo 🚀

You can visualize the demo here.

Instructions

Game instructions:

  • Click the "start game" button or type the Enter key on your PC keyboard to lauch the game.
  • Click to a letter or type one on your PC keyboard and try to find the searched word.
  • Pay attention: All words to be searched are French words.
  • You have a maximum 10 attempts.
  • If you pick a right letter, then your score is increased by 2, else it is decresed by 1.

Setup

  1. Clone or download the repository.
  2. Download app dependencies :
    npm install
    
  3. launch the app :
    npm start
    
  4. Enjoy.