Rotate each tile so all pipes connect correctly.
- ->An open pipe end must meet an open end in the neighboring tile.
- ->No open end may point outside the board.
- ->All tiles must ultimately connect to the center source.
- ->When the network is fully sealed, the solution is submitted automatically.
Tip: start with corners and edges where leaks are easiest to detect.