Link coming soon
Crossy Surfers is a driving game where the player must transport the chicken passengers to their destinations to build up the subway network.
Crossy Surfers is a prototype game submitted to the Crossy Road x Subway Surfers fanart competition.
Pick up chickens and deliver them to their destination.
Complete goals to build the subway network and town.
When the player is close to the chicken and presses the space key, the ID of the chicken is saved and the chicken is moved under the map so that it is not visible. The drop off points have trigger colliders that check if the player is within the range to drop off the chicken.
When the player is in the correct drop off position and presses the space key, the chicken is moved to the position so it is visible again, and the customer variables are reset so the player can pick up the next chicken.
When the customer has been delivered, a new customer is randomly spawned at one of the possible positions.
I added a pulsing light to the chickens to indicate where they were, and disabled the pulse once they had been dropped off to show they had reached their destination.
The chicken's destination object is set depending on it's ID. When the chicken is dropped off, it moves towards its destination.
The customer and destination text is set depending on which customer has been collected. There is a scoring system that rewards deliveries of higher tier customers to incentivise players to keep building the town.