The object of the game is to make the longest maze.
The "Snake" (name pending) must go to all the checkpoints.
It starts from the start squares:
Try it: echo $basicmap; ?>
The path must reach all these (if they exist) before going to finish. Try it: echo $cpmap; ?>
Tip: - Try to combine odd-letters with each other;
I.E. If A, B, C exist, try to make a box around A and C, then maze the entrance to the box.
This way, the path enters the box for A, leaves for B, returns for C, and leaves for the exit.
This would make the path go through your maze 4 times!
Teleport 1: | ||
Teleport 2: |
Teleport tiles are traps. When the path goes across the "IN" tile, it gets thrown to the "OUT" tile.
The path will not avoid teleports. Check this example out:
That should be enough information to get you started.
Now go try it out!