Networker is a puzzle game rooted in graph theory. Each level presents a grid of pipe segments — your job is to rotate them so that every source is connected to every sink, forming a complete network.
Puzzles are procedurally generated using an algorithm analogous to maze generation: start from a valid solution and apply a series of random rotations to scramble it. This guarantees every puzzle is solvable and produces a wide variety of difficulty levels.
Built with React Native and Expo, playable in the browser via React Native Web.
How to Play
- Tap a pipe segment to rotate it 90°
- Connect all sources (emitters) to all sinks (receivers)
- The puzzle is solved when the network is fully connected with no dead ends
