/wordle-farsi-telegram

A fun Wordle clone now in Farsi!

Primary LanguageTypeScriptMIT LicenseMIT

Persian Wordle

This is a clone project of the popular word guessing game we all know and love now in Farsi!

Try out the demo!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd wordle-farsi
$> 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.

FAQ

How can I change the length of a guess?