On each move, you rotate a row or column by one step (with wraparound).
The twist is what happens at the edges:
* If a tile wraps around and matches the edge color → it disappears
* If it doesn’t match → it wraps normally
* If an empty space wraps → it becomes a new tile with the color of the edge it enters
You’re trying to remove tiles, but sometimes you have to create new ones to make progress.
Goal: end with as many empty spaces in the grid as you can within the move limit.
Check it out:
https://testflight.apple.com/join/3sstMjRK [iPhone/iPad]
Any feedback would be appreciated. Have fun!
amichail•1h ago
On each move, you rotate a row or column by one step (with wraparound).
The twist is what happens at the edges:
* If a tile wraps around and matches the edge color → it disappears
* If it doesn’t match → it wraps normally
* If an empty space wraps → it becomes a new tile with the color of the edge it enters
You’re trying to remove tiles, but sometimes you have to create new ones to make progress.
Goal: end with as many empty spaces in the grid as you can within the move limit.
Check it out:
https://testflight.apple.com/join/3sstMjRK [iPhone/iPad]
Any feedback would be appreciated. Have fun!