- 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.
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.