Implementation for the famous Bubble Shooter game, supporting multiple levels with different themes. [Android].
BubbleShooter is hosted in the following web site
https://github.com/amr-atef-afifi/BubbleShooter
If you think the Android project BubbleShooter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of BubbleShooter.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Asset File Names | assets\collision_sound.mp3 assets\fire.mp3 assets\loser.mp3 assets\winner.mp3 |
There are 28 image files in BubbleShooter. The names of the image files are listed as follows.
ic_game_christmas_large.png ic_game_christmas_locked.png ic_game_christmas_small.png ic_game_christmas_unlocked.png ic_game_factory_locked.png ic_game_factory_unlocked.png ic_game_forest_large.png ic_game_forest_locked.png ic_game_forest_small.png ic_game_forest_unlocked.png ic_game_gear_large.png ic_game_gear_small.png ic_game_port_large.png ic_game_port_locked.png ic_game_port_small.png ic_game_port_unlocked.png ic_game_sea_large.png ic_game_sea_locked.png ic_game_sea_small.png ic_game_sea_unlocked.png ic_game_street_large.png ic_game_street_locked.png ic_game_street_small.png ic_game_street_unlocked.png lost.png main_menu_exit.png main_menu_play.png won.png
The following screenshort is generated from the image listed above.
BubbleShooter has the following Java source files.
com.example.bubbleshootergame.GamePlay .java com.example.bubbleshootergame.GamePlayActivity.java com.example.bubbleshootergame.GamePlayDrawer.java com.example.bubbleshootergame.LevelChooser.java com.example.bubbleshootergame.MainActivity.java