Trap the Cat is a viral hexagonal puzzle. The cat sits in the middle of a grid of dots and wants to escape off any edge. Each time you block a dot, the cat takes one step toward its nearest exit — think ahead and fence it in completely before it reaches the border.
Trap the Cat is a viral hexagonal puzzle. The cat sits in the middle of a grid of dots and wants to escape off any edge. Each time you block a dot, the cat takes one step toward its nearest exit — think ahead and fence it in completely before it reaches the border.
How does the cat decide where to move?
It pathfinds to the nearest reachable edge each turn and steps one dot along that shortest route, so cutting the short path is key.
How do you win Trap the Cat?
Surround the cat so that all six of its neighboring dots are blocked and it has no move left. Fewer moves is a better score.