Comment by adamschwartz
Comment by adamschwartz 4 days ago
Memorize which cells are white when the board first loads. Tap all of those in order without regard to the way the board changes as you go.
Edit: above tested for 5x5 rows&cols. For even boards it seems there’s a small end-game to repeat the process — something about parity I assume.
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.