KyleDSwarner / puzzles-reloaded

MIT License
5 stars 0 forks source link

BUG: Inequality signs in Unequal toggle when tapped #10

Closed themowski closed 1 month ago

themowski commented 1 month ago

iPhone model: 13 mini iOS version: 17.6.1 App version: 1.2.1

This is kind of a weird one -- I accidentally tapped on one of the inequality signs on an Unequal board, and the sign "turned off". Tapping it again turned it back "on". I don't think that this is intended behavior (I can't think of why this would be useful).

After a little investigation, I believe this is actually an upstream bug -- it looks like the JS version on Simon's site has the same functionality (see screenshot below). In light of that, I'm not sure if this is something you want to fix, or if you'd prefer I send the report upstream to Simon.

image

KyleDSwarner commented 1 month ago

Yep this is a feature built in to the upstream game - the code is pulled in as a submodule and I'm just reading the rendering rules it gives me. Nothing I'll be able to do from my end to change how it works.

Maybe the feature is there so a user can gray out clues that they believe have been solved? Not sure - I've never noticed that myself either.

themowski commented 1 month ago

I'm going to go ahead & close this out. I might send a note upstream to Simon, but since it doesn't affect gameplay, it's super low priority.