nurcinozer / last-letter-word-game

It's a simple game where you have to guess the last letter of the word.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last Letter Game

Screen Shot 2022-10-15 at 13 47 01

It's a simple game where you have to guess the last letter of the word.

How to play

  • At the beginning of the game, you will be asked to give permission to use your microphone.

  • Then, you will be given a word by computer. You have to say a word that starts with the last letter of the word that computer gave you.

  • If you say a word that starts with the last letter of the word that computer gave you in 8 seconds. You will be given another word by computer.

  • If the computer can't remember a word or say a word that you already said, you will win the game.

  • If you can't remember a word or say a word that computer already said, you will lose the game.

Rules

  • You can't say a word that you said before.

  • You can't say a word that starts with a different letter than the last letter of the word that computer gave you.

  • You can't say a word that is not in the database.

  • You can't say a word ending with 'ğ'.

How to run project

  • Clone the repo

  • Run yarn

  • Run yarn start

  • Open localhost:3000 in your browser

  • Have fun! 😄

How to run eslint and prettier

  • Run yarn lint to run eslint

  • Run yarn lint:fix to run eslint and fix errors

  • Run yarn format to run prettier

Technologies

  • React
  • Typescript
  • Redux Toolkit
  • Webkit Speech Recognition
  • Tailwindcss
  • Tailblocks
  • Headless UI
  • ESLint
  • Prettier

This project was bootstrapped with Create React App.

About

It's a simple game where you have to guess the last letter of the word.


Languages

Language:TypeScript 93.5%Language:HTML 4.5%Language:CSS 1.2%Language:JavaScript 0.8%