chrisboyle / sgtpuzzles

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

Filling allows 2x2 -> spin #467

Closed chrisboyle closed 2 years ago

mquevill commented 3 years ago

The upstream version is able to allow for any size (1x1, 1x2, 2x1, 2x2, etc.), though there is special logic for the 2x2 case (https://git.tartarus.org/?p=simon/puzzles.git;a=blob;f=filling.c;h=80a3c6ec9279aa09ffd8923e260be516e53955d2;hb=HEAD#l386) Not sure if changes made in the last ~2 years affected this or if it's specific to this implementation.

chrisboyle commented 2 years ago

Seems to work in current source (with upstream recently merged).