/word-guessing-game

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

Primary LanguageTypeScriptMIT LicenseMIT

Word Guessing Game

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

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?