Pipes puzzles

Pipes puzzle also known as the Net or FreeNet is a game where your goal is to restore a scrambled network of connections by rotating tiles of the board.

It is usually played on a grid of squares. That variant is available for example on puzzle-pipes.com or in Simon Tatham's puzzle collection.

This site however contains the same puzzle set on a hexagonal grid.

Hexagonal pipes

Hexagonal tiles provide more variety of tile shapes. But otherwise the logic stays the same.

Rotate the tiles to connect them all together with no loops. There are some features to help with the process:

  • Connected tiles will get a random color to help you track what's already in the network.
  • Forming loops is forbidden by the rules so the tiles that form a loop will be highlighted with a red background.
  • When you're sure of a tile's position you can lock it by right-clicking. This will prevent it from accidentally being rotated out of its correct position.
  • You can make edge marks by clicking the border between two tiles. This lets you mark some edges as "definitely a wall" or "definitely a connection".

Try this small puzzle right here or solve many more like this in various sizes. Every puzzle here is guaranteed to have a unique solution.

Hexagonal wrap pipes

Wrap pipes are a challenging variation of the puzzle. The connections in this variant are allowed to wrap between borders of the board. You can imagine a copy of the puzzle placed to the right of it. So any connection that goes out to the right comes in from the left. The same with other directions.

Unlike regular pipes puzzles the wrap variant has no convenient outer walls to start the deductions from. Hence its increased difficulty. There are some additional features to help with wrapping:

  • When you hover over a tile on the border its wrap connections will be highlighted.
  • Edge marks made on the outer edges will be automatically copied over to the other side.

Try this small wrap puzzle here. There are many more hexagonal wrap puzzles for when the regular variant isn't much of a challenge any more.

Changelog

  • 2022-07-11 Added wrap variant.
  • 2022-07-10 Added solve time statistics and saving progress on a puzzle. Everything should be saved to browser local storage.
  • 2022-07-05 Added loop highlighting. Tiles that form a loop now get a red background color.
  • 2022-07-03 Added edge marks - now it's possible to mark an edge as a connection or a wall.
  • 2022-07-02 Added a new control mode - click to orient. It takes less clicks than the default "click to rotate" but requires more precision with where you click.
  • 2022-06-30 Added a thousand puzzle instances for sizes up to 40x40. Reworked navigation to show random puzzles.
  • 2022-06-28 Made tiles look like actual hexagons instead of circles
  • 2022-06-27 Added flow visualisation with random colors
  • 2022-06-25 Initial release of hexagonal pipes puzzles