Android Open Source - Game accelerometer eat-it






Project Summary

Android Blackberry game with accelerometer to avoid falling objects.

Web Site / Source Repository

eat-it is hosted in the following web site
https://github.com/danielgomezrico/eat-it

If you think the Android project eat-it listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of eat-it.

ItemValue
Java File Count12
Supported screen sizes[hdpi]
Minimum SDK Version10
Activity Count2
Raw File Namesres\raw\applause.mp3
res\raw\die.mp3
res\raw\game_soundtrack.mp3
res\raw\hit.mp3
res\raw\object_pick.mp3
res\raw\start.mp3




Resource Files

There are 10 image files in eat-it. The names of the image files are listed as follows.

main_button_new_game.png
object_bad_rat.png
object_good_apple.png
object_good_banana.png
object_good_carrot.png
object_good_tomato.png
object_good_watermelon.png
object_player.png
object_player_bad.png
object_player_good.png

The following screenshort is generated from the image listed above.

null




Java Source Files

eat-it has the following Java source files.

com.makingiants.eatit.activities.GameActivity.java
com.makingiants.eatit.activities.MenuActivity.java
com.makingiants.eatit.model.accelerometer.AccelerometerManager.java
com.makingiants.eatit.model.accelerometer.IAccelerometerObserver.java
com.makingiants.eatit.model.gameObjects.FallingObject.java
com.makingiants.eatit.model.gameObjects.GameController.java
com.makingiants.eatit.model.gameObjects.Player.java
com.makingiants.eatit.model.managers.ActivityManager.java
com.makingiants.eatit.model.managers.DisplayManager.java
com.makingiants.eatit.model.managers.VibrationHelper.java
com.makingiants.eatit.views.GameView.java
com.makingiants.eatit.views.SurfaceUpdateThread.java