The Solution to the Puzzle
The trick is to arrange the
tiles in alternating colors
so that you can jump over.
To achieve this, following a
simple rule:
-
after moving a tile, move the tile of the same color unless that tile will be moved to a place where it is behind a tile of the same color
To demonstrate, we will show
the steps for a 3 tile game,
the steps for a 4 tile or
100 tile game is similar:
After this point, the
solution is apparent, after
moving a tile, move the tile
of the same color until you
cannot do so.