Connect the Track is a mobile puzzle game that combines the classic "connect the dots" mechanic with a racing and motorsport theme. The player must draw a single continuous line through numbered points in strict order (1, 2, 3, and so on) to complete each level. The line cannot skip dots, cross itself, or go back out of sequence. When all dots are linked correctly, the level is finished and the player advances. The concept is simple to learn but becomes challenging as levels introduce more points and trickier layouts with curves, near-crossings, and fake shortcuts.
The app is built with Flutter and targets phones and tablets with a responsive layout. The visual style is inspired by asphalt racing circuits: dark gray backgrounds, subtle diagonal speed lines, and a palette of racing red, white, black, and yellow. All in-game objects use emojis (finish flag, racing car, tire, fuel, traffic light, formula car, garage tools) so no custom character art is required. There is no music or sound; the experience is focused on calm, logical play.
The flow includes onboarding (shown only on first launch), a home screen with Play, Levels, and Achievements, and a level select screen with exactly ten levels. Levels progress from four dots on a straight track to fourteen dots on a full circuit-shaped layout. Each level card shows whether it is locked, unlocked, or completed with a finish-flag marker. Progress and completion state are saved locally using file-based storage, not in-memory or cloud-only.
On the game screen, the player draws the racing line by dragging a finger. The line is rendered like a racing line on asphalt; invalid moves trigger a red flash, and a correct full connection shows a green glow. A level-complete dialog offers "Next Race" or "Level Select." Achievements include First Lap, 5 Tracks Completed, Perfect Line (no mistakes on a level), and Champion Racer (all ten levels). The app also tracks basic statistics such as levels completed, total attempts, and total play time.
The product is suitable for a short, casual description for stores or AI: a connect-the-dots logic puzzle game with a racing theme, ten levels, local progress save, achievements, and a clean, readable interface that works on both phones and tablets.
Connect the Track is a mobile puzzle game