This is my first sudoku puzzle, with a custom ruleset. It takes inspiration from this game, where you rotate tiles to connect waterflow. Familiarity with the game will help, but is not necessary for solving.
Play on Sudokupad (Cog icon > "Enable Pen Tool" to draw lines)
Rules:
Normal sudoku rules apply.
Counting Circles: A digit in a circle indicates how many of the same digit are in circles.
Killer Cages: Digits in a cage sum to the indicated total.
Plumbing: Every cell in the grid contains "pipes" connecting it orthogonally to at least one of its neighbours (horizontally and/or vertically, but not diagonally).
There are 4 types of plumbing cells:
The pipes form a single connected graph, which may branch but cannot loop, contain loose ends, or exit the grid.
Here is a small training puzzle for the "plumbing" rules. It's an easy 1 star difficulty.
There is no killer cages nor counting circles. Instead, the circles must contain an Odd digit.
Play on Sudokupad or View solution
Rules for training puzzle:
Normal 6x6 sudoku rules apply.
Plumbing: Every cell in the grid contains "pipes" connecting it orthogonally to at least one of its neighbours (horizontally and/or vertically, but not diagonally).
There are 4 types of plumbing cells:
The pipes form a single connected graph, which may branch but cannot loop, contain loose ends, or exit the grid.
Lösungscode: Row 5 of main puzzle