Duordle is an online game inspired by Wordle, designed to be a cooperative word-guessing game. The project utilizes the MERN stack (MongoDB, Express.js, React, and Node.js), along with TypeScript, Tailwind CSS, Socket.io, and is hosted on Render. Prettier and ESLint were used for code formatting and linting, and Jest for unit testing.
If there is only one letter in a word and it is in the right place the other letter must be not yellow.
Example, if the word is hello
and i guess needs
it will go as such
n: incorrect, e: correct, e: incorrect, l: incorrect, l: incorrect, o: incorrect
rather than the current n: incorrect, e: correct, e: correct but in wrong place, l: incorrect, l: incorrect, o: incorrect