tyleroneil72 / duordle

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.
https://duordle.net
MIT License
0 stars 0 forks source link

Make Letter In wrong place work functionally #38

Closed tyleroneil72 closed 4 months ago

tyleroneil72 commented 4 months ago

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