/danskduotrigordle

Play 32 wordles simultaneously

Primary LanguageTypeScriptMIT LicenseMIT

Duotrigordle

https://duotrigordle.com

Put your skills to the test and solve thirty-two Wordles at once! You have 37 guesses to solve all 32 words. A new Duotrigordle available each day to solve.

Running Locally

First clone the repository

$ git clone https://github.com/thesilican/duotrigordle
$ cd duotrigordle

Then you can run the project using npm

$ npm install
$ npm start

Or using docker-compose

$ docker-compose up --build

Contributions

If you have any features that you would like to see implemented, feel free to post an issue requesting it. However, I am currently quite busy and might not be able to implement right away if at all. You are also free to submit pull requests for new features.