Bus Escape
Match passengers with their corresponding colored buses in a crowded station. A high-stakes sorting puzzle that requires managing queue logic and space.
About This Game
Bus Station Sort is a Logistical Optimization and Queueing Theory puzzle. The core mechanism involves Color-Coded Set Matching within a "First-In, First-Out" (FIFO) constraint. It emphasizes Buffer Management, where the player must navigate passengers into a finite "Waiting Zone" to reorganize their boarding sequence based on the colors of the arriving buses.
How to Play
Tap on passengers to move them toward the bus boarding area. The gameplay is Sequential Sorting: fill each bus with its matching color-coded passengers to clear them from the station. Interaction involves Pathfinding Blocking—passengers cannot move if their path to a bus or a buffer slot is obstructed by a passenger of a different color.
Tips & Tricks
High scores (Efficiency Grade) are achieved via "Pre-emptive Buffer Clearing." The pro secret is to never fill your "Waiting Slots" completely. Always keep at least two "Emergency Slots" open. Use these slots to "Cycle" the passengers; move a blocking color into the buffer, clear the primary color into the bus, and then immediately move the buffered passenger back into the main line to maintain System Fluidity.