←back to thread

976 points brgross | 1 comments | | HN request time: 0.711s | source
1. emilfihlman ◴[] No.43631335[source]
This game is somewhat stupidly implemented in that for clue "exercise in a pool" the guess swimming doesn't count, as the answer is swim.

But more importantly we can see here that actually just getting user input with a keyboard is actually made stupidly hard on mobile, and getting a reasonable result actually requires reimplementing the virtual keyboard, which often sucks because it has a tremendous amount of complexity!

This is something that really should be fixed.