Skip to content

hadanin/GuessWordsReactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Words Reactjs

In Guess Words game there is a secret word, defined in code, that player every time guess a word, game return the number of valid letters in the word. Secret word and game is case sensitive. You have a printed list of player's words and matching letters, so it's easier to be on the track to guess the word! yeah?

How to install

  1. Install node packages via npm install
  2. Run the game npm start
  3. The game will be shown on you http://localhost:3000

Future Feature To Progress

  1. Have a limitation on guessing the words
  2. Choose the option of being case-sensititve or not
  3. Be a 2-players game. One decide the word and one guess the word.

About

Guess Words game in ReactJs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors