Android Open Source - Game course photoFight






Project Summary

Individual Project for the Embedded Systems 3 course. An Android fight game which allows users to personalize the fighters by collecting photos and voice recordings..

Web Site / Source Repository

photoFight is hosted in the following web site
https://github.com/jeopard/photoFight

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

ItemValue
Java File Count18
Minimum SDK Version10
Activity Count12
Required Permissionsandroid.permission.CAMERA
android.permission.RECORD_AUDIO
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\hot-mustard-btn.ttf




Resource Files

There are 8 image files in photoFight. The names of the image files are listed as follows.

digital_camera.png
down.png
left.png
microphone_blue.png
microphone_red.png
punchbutton.png
right.png
up.png

The following screenshort is generated from the image listed above.

null




Java Source Files

photoFight has the following Java source files.

uk.ac.gla.photofight.Fighter.java
uk.ac.gla.photofight.FighterArrayAdapter.java
uk.ac.gla.photofight.MainMenuActivity.java
uk.ac.gla.photofight.SplashScreenActivity.java
uk.ac.gla.photofight.Storage.java
uk.ac.gla.photofight.fight.ControlFighterThread.java
uk.ac.gla.photofight.fight.FightActivity.java
uk.ac.gla.photofight.fight.FightView.java
uk.ac.gla.photofight.fight.SelectFightersActivity.java
uk.ac.gla.photofight.personalize.CameraPreview.java
uk.ac.gla.photofight.personalize.CreateFighterActivity.java
uk.ac.gla.photofight.personalize.EditFighterActivity.java
uk.ac.gla.photofight.personalize.InsertMediaToCharacterActivity.java
uk.ac.gla.photofight.personalize.ManageArenasActivity.java
uk.ac.gla.photofight.personalize.ManageFightersActivity.java
uk.ac.gla.photofight.personalize.PersonalizeActivity.java
uk.ac.gla.photofight.personalize.RecordVoiceActivity.java
uk.ac.gla.photofight.personalize.TakePhotoActivity.java