Circuit Connect is BestForAndroid's take on the classic flow pipe puzzle. Each level is a grid of colored dots: drag a pipe from each dot to its twin and route the pipes so every cell is filled, with none of them crossing. The routing gets tighter as the grids grow, from quick 5ร5 warm-ups to knottier 7ร7 boards. It's free, needs no app or sign-up, works offline, and saves your progress privately on your own device.
Flow puzzles are a quiet workout for spatial reasoning. You trace paths in your head, work out where each pipe has to go, and backtrack when one color boxes another in. Holding all those routes in mind at once exercises spatial planning and working memory.
Spatial planningWorking memoryLogicPattern recognition
One HTML file: no frameworks, no network calls, no tracking. The board is a plain DOM grid colored with CSS, the drag engine is vanilla JavaScript pointer events, sound runs on Web Audio (mutable), and progress saves to localStorage. A Python backtracking solver checks that every level can be solved with full board coverage before it ships. Runs fully offline and embeds via <iframe>.