
The player controls a character running along a straight path. The objective is to build a large crowd by running through multiplier gates (e.g., x2, +10) and avoiding obstacles or enemy gates that deplete the crowd’s numbers. The level culminates in the crowd converting blocks into money, with the final score based on the size of the remaining crowd.
The player navigates the character and crowd by swiping left and right. The controls are simple and responsive, allowing quick lane changes and smooth movement.
The player starts as a single runner and increases their crowd size by passing through positive numerical gates. Each gate adds units, directly impacting final score and power.
Red gates and stationary enemies act as obstacles that reduce the crowd size. Strategic movement is required to avoid losses and maintain a strong group.
Multiple gates appear along the path, offering different numerical outcomes. Players must choose optimal routes to maximize crowd growth while minimizing risk.
The game is structured into levels with increasing difficulty and complexity. Each level introduces new obstacle patterns and gate arrangements.
After the final scoring sequence, a ‘Level Completed! You Won’ screen is displayed, providing clear feedback on performance and progression.
One runner grows into a massive crowd through x2 and +10 gates — every unit animated, colliding with hazards and enemy gates. Per-unit logic collapses long before the crowd reaches the sizes that make the finale money-conversion feel epic.
The crowd renders as instanced units sharing animation state, gate math applies as batch operations on the whole formation, and steering moves the group as a formation rather than simulating every runner. Hazards resolve against the crowd’s hull, trimming units without touching the rest of the simulation.
Crowds that swell into the hundreds while frame times stay flat, gate choices that stay readable at speed, and a block-to-money finale that scales its spectacle with the crowd you kept alive.
From first spark to store-ready launch — bring your idea, we'll bring the engineering.