Skip to content

Tamagotchi-like application with minigames in Java for Android. The pet is Pepe.

Notifications You must be signed in to change notification settings

rddrdhd/TAMZII_Pepet

Repository files navigation

Pepet

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

Main screen

* fill Happy stat with playing Flappy Pepe

Floppy Pepe minigame

* fill Fed stat with catching flies and beers. Avoid wasps! (hold to move right, release to move left)

Feeding minigame

* fill Social stat with taking selfies and put meme stickers over faces (auto face detection)

Social minigame

* fill Fit stat by dancing to Gandalf Saxguy music (when arrow is hitting bottom, tilt your phone that way)

Dancing minigame

This app is in Java and uses

  • Camera and OpenCV lib for increasing Social stat
  • Sensors (accelerometer) and GIF lib for dance minigame
  • Thread & Canvas for Flappy Pepe minigame
  • Timer & Handler for other minigames
  • SoundPool for few minigames
  • SharedPreferences for pet's stats and high scores

Optimalized for 1080x2280 resolution phone with Android 9 (API level 28).

About

Tamagotchi-like application with minigames in Java for Android. The pet is Pepe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages