Simple 2D Arcade Mobile Game
This is a game for Android, developed using Java in Android Studio. In this game, users control the main character by swiping their finger across the screen, aiming to dodge incoming meteorites.
The main character and the meteorites both have collision detection boxes. When they come into contact, the player loses a life. An explosion animation is triggered each time a meteorite hits the character or the ground.
The player's remaining lives are shown by a bar in the upper right corner of the screen, which shrinks and changes color (from green to yellow to red) as lives are lost.
The player's score is based on how many seconds they survive. At the end of the game, the current round's score, the highest score achieved, and options to start a new game or exit are displayed.
Android Studio