Read the convoy order, route each queue, and keep the holding lane from locking up.
How to play
Only the first bus accepts passengers. A wrong color waits in the holding lane, in order. If that lane blocks before the active bus is filled, the terminal deadlocks.
Check the active bus and its remaining seats.
Dispatch only the front passenger of a queue.
Use Undo before the holding lane becomes blocked.
FAQ
Can I dispatch from the middle of a queue?
No. Only each exposed front passenger can move.
Why did a passenger enter the holding lane?
Only the active bus boards; every future route waits in dispatch order.
Why did the terminal deadlock?
The holding order blocked the active route and no exposed passenger could clear it.
Are all terminals solvable?
Yes. All thirty recorded solution paths are checked automatically.
Which controls and screen sizes are supported?
The same rules support touch, mouse, and keyboard where the game uses those inputs. The interface scales as one logical layout across the required phone, landscape, and desktop viewports.
Can progress move automatically to another device?
No. This game currently saves to local browser storage only, so another browser profile or device begins with its own separate local progress unless a future account system is added.