Tamagotchi-like application with minigames for school course TAMZ II created in Android Studio.
Main activity is frog pet with stats. You can fill the stats by playing minigames:
- fill Love stat by petting your frog
This app is in Java and uses
Camera
and OpenCV lib for increasing Social statSensors
(accelerometer) and GIF lib for dance minigameThread
&Canvas
for Flappy Pepe minigameTimer
&Handler
for other minigamesSoundPool
for few minigamesSharedPreferences
for pet's stats and high scores
Optimalized for 1080x2280 resolution phone with Android 9 (API level 28).