Android Open Source - Game platform Whack-A-Chuy






Project Summary

A work in progress of a simple beat-em-up game for the android platform.

Web Site / Source Repository

Whack-A-Chuy is hosted in the following web site
https://github.com/XxOscarRxX/Whack-A-Chuy

If you think the Android project Whack-A-Chuy 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 Whack-A-Chuy.

ItemValue
Java File Count17
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count3
jar files usedGoogleAdMobAdsSdk-6.1.0.jar
android-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\font\Chicken Butt.ttf
assets\font\Plok.ttf
assets\gfx\bg_game.svg
assets\gfx\bg_game.svg~
assets\gfx\chuy\fall1.svg
assets\gfx\chuy\fall1.svg~
assets\gfx\chuy\fall2.svg
assets\gfx\chuy\fall2.svg~
assets\gfx\chuy\fall3.svg
assets\gfx\chuy\fall3.svg~
assets\gfx\chuy\fall4.svg
assets\gfx\chuy\fall4.svg~
assets\gfx\chuy\fall5.svg
assets\gfx\chuy\fall5.svg~
assets\gfx\chuy\fall6.svg
assets\gfx\chuy\fall6.svg~
assets\gfx\chuy\walk_down1.svg
assets\gfx\chuy\walk_down1.svg~
assets\gfx\chuy\walk_down2.svg
assets\gfx\chuy\walk_down2.svg~
assets\gfx\chuy\walk_down3.svg
assets\gfx\chuy\walk_down3.svg~
assets\gfx\chuy\walk_left1.svg
assets\gfx\chuy\walk_left1.svg~
assets\gfx\chuy\walk_left2.svg
assets\gfx\chuy\walk_left2.svg~
assets\gfx\chuy\walk_left3.svg
assets\gfx\chuy\walk_left3.svg~
assets\gfx\chuy\walk_right1.svg
assets\gfx\chuy\walk_right1.svg~
assets\gfx\chuy\walk_right2.svg
assets\gfx\chuy\walk_right2.svg~
assets\gfx\chuy\walk_right3.svg
assets\gfx\chuy\walk_right3.svg~
assets\gfx\chuy\walk_up1.svg
assets\gfx\chuy\walk_up1.svg~
assets\gfx\chuy\walk_up2.svg
assets\gfx\chuy\walk_up2.svg~
assets\gfx\chuy\walk_up3.svg
assets\gfx\chuy\walk_up3.svg~
assets\gfx\console_ps.svg
assets\gfx\console_ps.svg~
assets\gfx\console_wii.svg
assets\gfx\console_wii.svg~
assets\gfx\console_xbox.svg
assets\gfx\console_xbox.svg~
assets\gfx\facebook_login.svg
assets\gfx\facebook_login.svg~
assets\gfx\facebook_logo.svg
assets\gfx\facebook_logo.svg~
assets\gfx\facebook_logo_grayed.svg~
assets\gfx\facebook_logout.svg
assets\gfx\poop1.svg
assets\gfx\poop1.svg~
assets\gfx\poop2.svg
assets\gfx\poop2.svg~
assets\gfx\poop3.svg
assets\gfx\poop3.svg~
assets\gfx\poop4.svg
assets\gfx\poop4.svg~
assets\gfx\poop5.svg
assets\gfx\poop5.svg~
assets\gfx\poop_tiled.svg
assets\gfx\quit_game.svg
assets\gfx\quit_game.svg~
assets\gfx\rosalila_logo.svg
assets\gfx\rosalila_logo.svg~
assets\gfx\title_bg.svg
assets\gfx\title_bg.svg~
assets\mfx\bg_music.ogg
assets\mfx\splat1.mp3
assets\mfx\splat2.wav




Resource Files

There are 5 image files in Whack-A-Chuy. The names of the image files are listed as follows.

ic_action_search.png
login.png
login_down.png
logout.png
logout_down.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Whack-A-Chuy has the following Java source files.

rosalila.studio.whackachuy.GameActivity.java
rosalila.studio.whackachuy.WhackAChuyConstants.java
rosalila.studio.whackachuy.entity.AnimatedCellEntity.java
rosalila.studio.whackachuy.entity.CellEntity.java
rosalila.studio.whackachuy.entity.ChuyDeathAnimationListener.java
rosalila.studio.whackachuy.entity.ChuyEntity.java
rosalila.studio.whackachuy.entity.ChuyTouchListener.java
rosalila.studio.whackachuy.entity.ConsoleEntity.java
rosalila.studio.whackachuy.entity.ICellEntity.java
rosalila.studio.whackachuy.facebook.BaseDialogListener.java
rosalila.studio.whackachuy.facebook.BaseRequestListener.java
rosalila.studio.whackachuy.facebook.PostToFacebookButton.java
rosalila.studio.whackachuy.facebook.SessionEvents.java
rosalila.studio.whackachuy.facebook.SessionStore.java
rosalila.studio.whackachuy.util.ChuyEntityPool.java
rosalila.studio.whackachuy.util.PoopAnimatedSpritePool.java
rosalila.studio.whackachuy.util.Utility.java