billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
56 stars 18 forks source link

Keep all lines visible #63

Closed peter099 closed 1 year ago

peter099 commented 1 year ago

When making more than 6 suggestions the first lines are pushed upward and become hidden. That make it hard to remember where is the position of the yellow letters in these hidden lines. Maybe option to scroll down the list of lines will be good solution to solve this issue.

billthefarmer commented 1 year ago

The app uses a fixed size grid to display the guesses and scrolls up when necessary. Old guesses are lost once they scroll off the top. I have already implemented several requested enhancements, to implement this would require an extensible grid or some sort of record of previous guesses. You only get six guesses in the original Wordle. I am not going to attempt to implement this. However, as with all open source apps, you are welcome to fork it and implement your own version or submit a pull request.

peter099 commented 1 year ago

I am not a coder so i don't know how hard is to implement feature like this. I just use this app before and it has this feature.

billthefarmer commented 1 year ago

They're a small independent game studio based in Vila Nova de Gaia, Portugal, looking to make some money. I'm one retired geek doing it as a hobby.