chrisboyle / sgtpuzzles

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

Dominosa can't highlight n > 9 #379

Open chrisboyle opened 8 years ago

chrisboyle commented 8 years ago

Reported by Avery Radmacher.

An alternative would be for Dominosa to use letters instead of multi-digit numbers, but I as the Android porter am not going to do that unilaterally just on Android.

chrisboyle commented 5 years ago

+1 from Jelmer ter Burg

Dansiman commented 5 months ago

I think you could support numbers up to 19 using Shift-digit on PC, which should be compatible with Android by emulating the symbols !@#$%^&*(). I can't see this puzzle being very playable with n ≥ 20, since the time needed to solve it increases exponentially(?) as n increases, so that might be enough.

I do see one potential (albeit minor) issue on desktop, in that 0 is next to 9 on the keyboard, but ) would be used for 10, while ( would be for 19, so it could be mildly annoying for someone playing e.g. n=12 to have to use both ends of their numeral row for the three highest values, but it still beats just being entirely unable to highlight those numbers.

JonnyTech commented 5 months ago

I think you could support numbers up to 19 using Shift-digit on PC, which should be compatible with Android by emulating the symbols !@#$%^&*().

I frequently switch between UK and US keyboards - the shift+number combinations are not the same - other languages have differing layouts. Pressing shift+2 always confuses me!

image image