Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.24 KB

Guess The Word Game

A react app using ES6 Hooks, Redux and random-words API

Description

Guess the word is played by one player. The goal of the game is to guess the word that is generated randomly by the computer. The computer shows the player a place holder for a word with missing letters. The goal of the user is to fill the missing letters. If the player guesses the right word he gets a victory point and move forward to the next level - new missing letters word. During each tournament, the player has three life points, if he loses them all the game is over.

🚀 Quick start

  1. Clone the project
    # clone the project to your local computer
    git clone https://github.com/liorkasti/kst-guess-the-word.git
  2. Install the application dependencies (in another terminal)
    $ npm install `or` $ yarn 
  3. Run metro bundler
    npm start `or` yarn start

Official Docs

This Application is currently extended with the following plugins.


TODOs:

Number Description
1 Add testing

Enjoy! thank you.