billthefarmer / gridle

Android word game
https://billthefarmer.github.io/gridle/
GNU General Public License v3.0
16 stars 1 forks source link

Some letters not highlighting #15

Open toughen opened 5 months ago

toughen commented 5 months ago

Screenshot_20240508_144347_Gridle

Not sure how to provide useful info to find this bug, but this image is an example of incorrect highlighting. The word across the bottom is "hoard" but the A is showing as gray, when it should be yellow. When I move the A across it highlights green.

Galaxy S22 Android 14

billthefarmer commented 5 months ago

I can't debug this without knowing what the final solved grid is so I can test it. The code that checks and colours the letter grid is here. It works by initially making all the grid grey, then finding correct letters, then finding letters in the right row/column.