6

Here's a fun maze/grid puzzle inspired by this.

Rules of play:

Firstly, no two coins may occupy the same space at a time

Suppose we label the blue coins B1, B2

  • Then if B1 is on an arrow then we are allowed to move B2 in that direction (and vice versa)
  • If B1 is on a number we can move B2 that many squares BUT it may NOT go through another coin (say it can move 3 squares but the square directly above it is occupied, then it cannot move up)
  • If B1 is on an empty square we not move B2
  • Lastly, you are not allowed to go off the 4x4 grid.

Aim: Swap the red coins with the blue coins.

Here you go!

enter image description here

Wen1now
  • 9,253
  • 4
  • 33
  • 86

1 Answers1

3

I really liked this puzzle, as it was easy to reproduce on paper and posed a real challenge. Solving with trial and error did not work.

I've recorded the solution:

https://www.youtube.com/watch?v=UYZRfNfIYhs

Thanks for the puzzle!

  • 2
    Please [edit] this answer to include an explanation of the solution. Link-only answers are discouraged here, because if the link goes dead (and Youtube links go dead all the time), then the answer would be rendered useless. – Rand al'Thor Feb 04 '17 at 16:20