brendaninnis / satle

Satle is a Wordle-like daily geography game where you guess cities based on satellite images.
https://satle.brendaninnis.ca
5 stars 1 forks source link

That you can't play with keyboard alone is incredibly frustrating #13

Closed CatzHoekk closed 2 weeks ago

CatzHoekk commented 2 weeks ago

When you type something and reduce the available options to just one, pressing enter should act as if you typed exactly the last option and lock that in.

If there are more options, you should be able to select an option using the up and down arrowkeys to select which one you mean. That you HAVE TO use the mouse to select the city is incredibly annoying.

Would be great if that could be added.

brendaninnis commented 2 weeks ago

That does sound incredibly frustrating. Thanks for letting me know! 🙇

brendaninnis commented 2 weeks ago

I've rolled out a fix for this to satle.ca. You should see it next time you play, but you may need to clear your cache if that doesn't work. Please feel free to reopen the issue if it's not fixed.

You should now see:

  1. The guess box is focused after the page loads so you can start typing right away, no need to click the text box.
  2. You can use keyboard 'up' and 'down' buttons to select autocomplete suggestions.
  3. Pressing 'enter' will fill the autocomplete suggestion, or submit the guess if there is only one.
CatzHoekk commented 2 weeks ago

Nice. That was quick. This is so much better. Thank you very much.

Here's how my first game went.

image

Especially note how i was able to skip after i won. The open pull request also seems to touch on the issue. #9

(The skips were unintentional, but absolutely my mistake, just pressing enter twice because of response time or just because i didn't even know submitting an empty guess would do anything)

I will play a couple of days and see if i keep repeating the unintentional skipping. If i feel like skipping should be prevented for a short period of time after going to a new level or so, i will open a new issue.