Skip to content

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 …

Notifications You must be signed in to change notification settings

liorkasti/kst-guess-the-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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 …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published