billthefarmer / gurgle

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

Feature request: Get meaning of words prior to correct guess #39

Closed bovergaauw closed 2 years ago

bovergaauw commented 2 years ago

Would it be possible to get the meaning of guessed incorrect words prior to having guessed the correct word? Not for impatient players, but to allow them to get the meaning of those guesses that have scrolled out of screen.

billthefarmer commented 2 years ago

This words don't actually scroll, they just get moved up a slot, so the top one gets overwritten. If you want the meaning of a word, get it before it's lost.

bovergaauw commented 2 years ago

That's exactly my point, you can only get the meaning of an attempt when it's still on screen and you guessed the solution. It would be great to be able to look up any accepted attempt even before guessing the solution.

billthefarmer commented 2 years ago

Apologies, I thought I had released the version with that change but I hadn't.