RandomGamingDev / console-wordle

A version of wordle for the console
MIT License
2 stars 1 forks source link

add guess checking details #2

Closed Lucas-101 closed 2 years ago

RandomGamingDev commented 2 years ago

Guesses aren't checked for being words due to the difficulty of this version of wordle due to the many unfamiliar words contained within the text file and how it's harder to remove what letters are what due to the formatting. I could make it so that guesses are matched against the list of words, but I feel that that would require me to overhaul some of the game's mechanic and rules. Using settings might alleviate some of the issues in the future, but for now there are no definitive plans for including settings. Thank you for your advice.