You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real-time traffic management simulation that metaphors the software CI/CD pipeline. You act as a "Conductor" managing the flow of Work Packages (Vehicles) through automated lanes (Pipelines).
Tech Stack
Engine: Phaser 3
Language: TypeScript (strict mode)
Bundler: Vite
Getting Started
npm install
npm run dev
Scripts
Command
Description
npm run dev
Start the Vite development server
npm run build
Compile TypeScript and build the production bundle
Merge Conflict – When two vehicles overlap for > 1 second in a single lane they enter a Locked state. The player must click them to Rebase and resolve the conflict.
Junctions – Click to toggle track switches and redirect vehicles.
Checkpoints – Testing lanes that apply a delay; vehicles exiting early accumulate bugProbability.
Tempo (BPM) – Game speed increases with successful merges.
Controls
Action
Input
Pause / Resume
Space
Boost / Switch (Baton)
Left Click on vehicle or junction
Lane Switch (1-5)
Number keys
See Also
AGENT.md – Machine-readable instruction manual for AI coding agents