We have come up with an interactive game for the backpacker community, we’ve tried to stick to the idea that the most backpackers and travelers seek, the thrill and adventure of traveling solo or with friends, the game starts on-screen tap with a distressed para jumper trying to land safely on land, the user has to blink in order to rotate the para jumper until he’s in a standing position. The user will get three tries based on which the score would be counted. On successful landing, the score will get incremented and another para jumper will start falling. At the end of the game, the user can tap on the screen to reset the score and restart the game.
We have added the Screen tap patch at the beginning to start the game, also the Background Movement patch to constantly move the background to create a more immersive and fun experience. To detect the eye blink we’ve also added an eye blink patch that returns true if the user blinks his/her eyes. We’ve also added a player rotation patch which increases the rotation speed every round making it harder for the user to stabilize the para jumper. For the increment of the score, we’ve added a Scoring patch to monitor the user's score throughout the play duration. We’ve also added some Logic patches to detect when all the three jumpers have completed their landings on which we redirect to the game over screen where the user can tap the screen to reset and restart the game.
Built With
- sparkar
Log in or sign up for Devpost to join the conversation.