Skip to content

A word guessing game made using React, Typescript, and Tailwind

License

Notifications You must be signed in to change notification settings

zeroknol/vardaL

 
 

Repository files navigation

Word Guessing Game (Marathi Port)

This is a clone project of that popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.

Try out the demo!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd word-guessing-game
$> npm install
$> HTTPS=true npm run start

To build/run docker container:

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

Open https://localhost:3000 in browser.

Projects built using this repo:

If your site was listed in error, let us know. All the sites listed appear to be created with this code but it's possible they similarities are uncanny!

FAQ

How can I change the length of a guess?

How can I create a version in another language?

About

A word guessing game made using React, Typescript, and Tailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • HTML 1.3%
  • Other 1.3%