Chicken Road Rush is a game where the player begins by placing a starting amount, after which fruits fall from the top of the screen. As the fruits descend, the game evaluates their positions to determine if any of them form matching groups. When a match is detected, the amount the player has placed is multiplied by a factor of 1.5 for each match made.
The game operates with a reset mechanism, ensuring that each time a player re-enters the game, their balance is restored to a base value of 5000. This provides a standardized starting point for every session.
The primary function of the game revolves around managing the fruit matches that occur as the items fall. The matching mechanic is the key determinant for increasing the value of the placed amount, based on the fruit alignments detected. The interaction of the falling fruits and the detection of matching patterns is automated, with no user intervention required beyond placing the initial starting value.
As the fruits fall, the player's focus is on observing the matching occurrences, as each match triggers the multiplication effect. There are no manual actions required beyond the initial setup, allowing the game to proceed autonomously once started. The game concludes when the session ends or when the player opts to leave, with the reset function ensuring the same starting balance on subsequent entries.