Skip to content

It's a modified version of the popular Wordle game. This is for bollywood movies instead of any English word

License

Notifications You must be signed in to change notification settings

bhavesh15184/word-guessing-game

 
 

Repository files navigation

Movie Name Guessing Game

How to play

  • Guess the bollywood movie name in 6 tries.
  • Each guess must be a valid 5 letter movie name.
  • Hit the enter button to submit.
  • After each guess, the color of the tiles will change to show how close your guess was to the name.
  • Movie names with special characters and/or space are not allowed E.g. 'Mr. X', 'Dil Se', 'Lekin...'
  • Just like popular Wordle, each day new movie name will be available.

Code & Setup

This is a clone project of a popular word guessing game made using React, Typescript, and Tailwind.

To Run Locally: Clone the repository and perform the following command line actions:

$> cd word-guessing-game
$> npm install
$> npm run start

To build/run docker container:

$> docker build -t game .
$> docker run -d -p 3000:3000 game

open http://localhost:3000 in browser.

About

It's a modified version of the popular Wordle game. This is for bollywood movies instead of any English word

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • HTML 3.8%
  • Other 2.2%