stacksmashing / gb-wordle

A WORDLE clone for the Nintendo Game Boy
GNU General Public License v3.0
217 stars 24 forks source link

Some nonsense words allowed #10

Closed imacomputa closed 2 years ago

imacomputa commented 2 years ago

It allows me to submit certain nonsense words. Sidenote, l can't think of any word this could possibly be: Screenshot_20220208-081725

Further testing, this is practically non-functional as a game. Screenshot_20220208-085320 There's no win state. I got the word and it allowed me to keep guessing ultimately telling me I failed. Also THAMA is not an (English) word. Is this using an English dictionary?

Screenshot_20220208-084945 Screenshot_20220208-084337 Screenshot_20220208-082511 It showed RAINK as correct.

nezza commented 2 years ago

This is caused by the (bad) bloom filter :) there is a PR that uses the real wordlist though

nezza commented 2 years ago

(Also, you didn't get a word: Light gray means the letter is in the wrong position. It's not "unplayable" as others have attested :) )

imacomputa commented 2 years ago

Ok, big misunderstanding. Correct letters in the wrong place show up as green on the web version. I figured green meant correct place like the original Wordle. Wow, I thought I was losing my mind here. Thanks for the clarification.