A 2-d Game made in Android Studio 3.6.3
Android Operating System
Java
Game shows a Fish with curiosity to play with balls.
Game Activity have Three types of balls and Three lives.
Balls color are Red
, yellow
and Green
.
Green = Score + 15
;
Yellow = score + 10
;
Left Life is showed in the shape of Red heart
.
Red = Life--
;
When all Three lives are over, Player is directed to Game Over
Screen With Play Again
Button.
implementation 'com.airbnb.android:lottie:3.4.0'