Android Open Source - Game prototype FaceFighter






Project Summary

The prototype for a fighting game on Android. The user creates a "Face Character" (a giant head) and battles computerized opponents...

Web Site / Source Repository

FaceFighter is hosted in the following web site
https://github.com/PattMayne/FaceFighter

If you think the Android project FaceFighter 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 FaceFighter.

ItemValue
Java File Count21
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Minimum SDK Version11
Activity Count7
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\attack.wav
res\raw\battle_1.mp3
res\raw\battle_2.mp3
res\raw\battle_3.mp3
res\raw\boom.wav
res\raw\loser_music.mp3
res\raw\winning_music.mp3




Resource Files

There are 42 image files in FaceFighter. The names of the image files are listed as follows.

beard_absorbent.png
beard_blank.png
beard_devil.png
beard_fish.png
beard_red.png
beard_robot.png
beard_sonic.png
beard_spikedtie.png
brow_curious.png
brow_mean.png
button_five.png
button_four.png
button_one.png
button_seven.png
button_six.png
button_three.png
button_two.png
eyes_blank.png
eyes_cat.png
eyes_devil.png
eyes_fish.png
eyes_laser.png
eyes_robot.png
eyes_shades.png
head_blank.png
head_devil.png
head_fish.png
head_helmet.png
head_red.png
head_robot.png
head_spikedhair.png
head_tophat.png
mouth_bigteeth.png
mouth_blank.png
mouth_crazy.png
mouth_devil.png
mouth_fish.png
mouth_metaltongue.png
mouth_robot.png
movie.png
tester.png
videos_by_google_icon.png

The following screenshort is generated from the image listed above.

null




Java Source Files

FaceFighter has the following Java source files.

com.pattmayne.facefighter.AboutActivity.java
com.pattmayne.facefighter.ApplicationTest.java
com.pattmayne.facefighter.BadguyBuilderActivity.java
com.pattmayne.facefighter.BattleMove.java
com.pattmayne.facefighter.CharacterSummaryActivity.java
com.pattmayne.facefighter.CharacterSummaryView.java
com.pattmayne.facefighter.FaceBuilderActivity.java
com.pattmayne.facefighter.FaceBuilderView.java
com.pattmayne.facefighter.FaceCharacter.java
com.pattmayne.facefighter.FaceDBHelper.java
com.pattmayne.facefighter.FaceFactory.java
com.pattmayne.facefighter.FacePiece.java
com.pattmayne.facefighter.Fight.java
com.pattmayne.facefighter.FightActivity.java
com.pattmayne.facefighter.FightInfo.java
com.pattmayne.facefighter.FightPrepActivity.java
com.pattmayne.facefighter.FightView.java
com.pattmayne.facefighter.MainActivity.java
com.pattmayne.facefighter.MusicPlayer.java
com.pattmayne.facefighter.Player.java
com.pattmayne.facefighter.Turn.java