chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
584 stars 166 forks source link

"Map" bug #574

Closed i-d-d closed 1 year ago

i-d-d commented 1 year ago

Describe the bug "Map" zones are filled with dots instead of colours

Expected behavior Some time ago this game worked fine and zones that player chooses were just filled with colour, but at some point it started looking like this:

Screenshots IMG_20221126_101201.jpg

Version info (optional, but sometimes helpful)

Additional context Despite this little bug app is great! :)

i-d-d commented 1 year ago

UPD: it can be fixed by switching "Arrow keys in Map" in settings, but it still looks weird

JupiLogy commented 1 year ago

Hi @i-d-d , this is expected behaviour.

The dots act as "guesses" and allow the user to fill multiple possible colours for each region, a lot like the "pencil marks" in sudoku.

chrisboyle commented 1 year ago

@i-d-d Specifically, this is happening because you've pressed the "swap press and long press" button, which is highlighted at the bottom of your screenshot, looking like ". / -". This button makes it easier to quickly access alternate actions in some games, for which other platforms use the right mouse button (or right button and drag in this case), but occasionally people do press it accidentally.

chrisboyle commented 1 year ago

@i-d-d (just press that button again to switch back)

i-d-d commented 1 year ago

@JupiLogy Oh, I noticed that there are no warnings when two zones with the same colour are next to each other, but I thought it was a part of a bug) Thanks for a quick response anyway, your app is one of the best puzzle apps that I've seen!)