answersLogoWhite

0

for this, use the squares as coordinates; eg. (1,2)

3x3 grid:

(1,3) (3,3) (1,1) (3,1)

4x4 grid:

(1,4) (2,3) (3,2) (4,1)

(1,1) (2,2) (3,3) (4,4)

(2,4) (4,3) (3,1) (4,2)

(2,3) (3,3) (2,2) (3,2)

(1,1) (1,4) (4,1) (4,4)

that is as far as i have got at the moment but i cant seem to get past level 11 :(

any help for 5x5 grid appreciated :) thankyouu x

_________________________________________

#################################

I couldn't solve the puzzles with the solutions provided above. However, I did figure out how to solve the puzzles on my own. Here are my answers for solving the various grids.

3 x 3

_ _ _

3 |_|_|_|

2 |_|_|_|

1 |_|_|_|

1 2 3

(1,1) (1,3) (3,1) (3,3) (2,2)

4 x 4

_ _ _ _

4 |_|_|_|_|

3 |_|_|_|_|

2 |_|_|_|_|

1 |_|_|_|_|

1 2 3 4

(1,2) (2,4) (4,3) (3,1)

5 x 5

_ _ _ _ _

5 |_|_|_|_|_|

4 |_|_|_|_|_|

3 |_|_|_|_|_|

2 |_|_|_|_|_|

1 |_|_|_|_|_|

1 2 3 4 5

(4,2)(5,1) (4,1) (4,2) (5,2)

(2,2) (3,3) (4,4)

(1,2) (2,3) (3,4) (4,5)

(1,3) (2,4) (3,5)

(1,5) <-- start here

6 x 6

For level 16 the pattern presented will be the inverse of the starting pattern. Just use the below coordinates to flip all the tiles. From here on out most of the puzzles are similar to this format, where you will need to flip all the tiles before solving.

_ _ _ _ _ _

6 |_|_|_|_|_|_|

5 |_|_|_|_|_|_|

4 |_|_|_|_|_|_|

3 |_|_|_|_|_|_|

2 |_|_|_|_|_|_|

1 |_|_|_|_|_|_|

1 2 3 4 5 6

(1,1) (2,2) (3,3) (4,4) (5,5) (6,6)

(1,6) (2,5) (3,4) (4,3) (5,2) (6,1)

(3,1) (4,1) (3,2) (4,2)

(5,3) (6,3) (5,4) (6,4)

(3,5) (4,5) (3,6) (4,6)

(1,3) (2,3) (1,4) (2,4)

7 x 7

_ _ _ _ _ _ _

7 |_|_|_|_|_|_|_|

6 |_|_|_|_|_|_|_|

5 |_|_|_|_|_|_|_|

4 |_|_|_|_|_|_|_|

3 |_|_|_|_|_|_|_|

2 |_|_|_|_|_|_|_|

1 |_|_|_|_|_|_|_|

1 2 3 4 5 6 7

(1,1) (2,2) (3,3) (4,4) (5,5) (6,6) (7,7)

(1,7) (2,6) (3,5) (5,3) (6,2) (7,1)

(4,1) (7,4) (4,7) (1,4)

(2,1) (3,2) (1,2) (2,3)

(6,1) (5,2) (7,2) (6,3)

(1,6) (2,7) (3,6) (2,5)

(6,5) (7,6) (6,7) (5,6)

8 x 8

_ _ _ _ _ _ _ _

8 |_|_|_|_|_|_|_|_|

7 |_|_|_|_|_|_|_|_|

6 |_|_|_|_|_|_|_|_|

5 |_|_|_|_|_|_|_|_|

4 |_|_|_|_|_|_|_|_|

3 |_|_|_|_|_|_|_|_|

2 |_|_|_|_|_|_|_|_|

1 |_|_|_|_|_|_|_|_|

1 2 3 4 5 6 7 8

(1,1) (2,2) (3,3) (4,4) (5,5) (6,6) (7,7) (8,8)

(1,8) (2,7) (3,6) (4,5) (5,4) (6,3) (7,2) (8,1)

(1,7) (1,2) (2,8) (2,1) (7,8) (7,1) (8,7) (8,2)

(2,5) (2,4) (3,5) (3,4)

(4,7) (4,6) (5,7) (5,6)

(4,3) (4,2) (5,3) (5,2)

(6,5) (6,4) (7,5) (7,4)

User Avatar

Wiki User

15y ago

What else can I help you with?