Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 842 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 842 Bytes

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

Docker image: pull via : docker pull ghcr.io/crazyhenk44/duotrigordle-nl:main

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