/word-game

Word derivation game from the last letter of the word with speech recognition and synthesis.

Primary LanguageTypeScript

How to play

  • The computer chooses a random word within 8 seconds.
  • The user should say a word with the last letter of the word chosen by the computer.
  • Then the computer selects a word with the last letter of the word spoken by the user, then the game continues like this.

Game Rules

  • The computer cannot choose a word with a 15% probability. (You can change this setting)
  • Previously used words cannot be used.
  • Words must be in names.json file.
  • User or computer must respond within 8 seconds.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.