Comment by rprenger
3 days ago
And you can do that at any board state, so if it starts with like 16 white squares you can make one or two greedy moves to minimize white squares, then do your memorize trick.
3 days ago
And you can do that at any board state, so if it starts with like 16 white squares you can make one or two greedy moves to minimize white squares, then do your memorize trick.
Yea that can shave a few moves off.
For fun you can also, for example, invert any board in N moves by tapping every cell straight across any row or column.