Face Hunt game for Android devices.
facehunt is hosted in the following web site
https://github.com/gemserk/facehunt
If you think the Android project facehunt 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 facehunt.
Item | Value |
---|---|
Java File Count | 44 |
Target SDK Version | 8 |
Minimum SDK Version | 5 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WAKE_LOCK |
Asset File Names | assets\face.xcf assets\images\background01-1024x512.jpg assets\images\background01-1024x512.xcf assets\images\face-36x36.png assets\images\face-48x48.png assets\images\face-512x512.png assets\images\face-72x72.png assets\images\face-parts.xcf assets\images\facehd.svg assets\images\heart-32x32.png assets\images\heart.svg assets\images\logo-gemserk-512x128-white.xcf assets\images\promotional-180x120.xcf assets\images\speakers.xcf assets\screenshots\facehunt-sceenshot03.png assets\screenshots\facehunt-screenshot01.png assets\screenshots\facehunt-screenshot02.png assets\screenshots\facehunt-screenshot04.png assets\sounds\bounce.wav assets\sounds\critter-killed-old.wav assets\sounds\critter-killed.wav assets\sounds\critter-spawned-old1.wav assets\sounds\critter-spawned.wav |
facehunt has the following Java source files.
com.gemserk.analytics.Analytics.java com.gemserk.commons.gdx.sounds.SoundPlayer.java com.gemserk.commons.values.FloatValue.java com.gemserk.commons.values.FloatValueConverter.java com.gemserk.games.facehunt.EnemySpawnInfo.java com.gemserk.games.facehunt.FaceHuntAndroidApplication.java com.gemserk.games.facehunt.FaceHuntApplet.java com.gemserk.games.facehunt.FaceHuntDesktopApplication.java com.gemserk.games.facehunt.FaceHuntGame.java com.gemserk.games.facehunt.Groups.java com.gemserk.games.facehunt.Spawner.java com.gemserk.games.facehunt.TransitionProperty.java com.gemserk.games.facehunt.TransitionValue.java com.gemserk.games.facehunt.Vector2Random.java com.gemserk.games.facehunt.World.java com.gemserk.games.facehunt.components.BounceSmallVelocityFixComponent.java com.gemserk.games.facehunt.components.ComponentWrapper.java com.gemserk.games.facehunt.components.DamageComponent.java com.gemserk.games.facehunt.components.HealthComponent.java com.gemserk.games.facehunt.components.PointsComponent.java com.gemserk.games.facehunt.components.RandomMovementBehaviorComponent.java com.gemserk.games.facehunt.components.TouchableComponent.java com.gemserk.games.facehunt.controllers.FaceHuntController.java com.gemserk.games.facehunt.controllers.FaceHuntControllerImpl.java com.gemserk.games.facehunt.entities.Collisions.java com.gemserk.games.facehunt.entities.Templates.java com.gemserk.games.facehunt.gamestates.FaceHuntRenderUtils.java com.gemserk.games.facehunt.gamestates.GameOverGameState.java com.gemserk.games.facehunt.gamestates.GamePreferences.java com.gemserk.games.facehunt.gamestates.GameResourceBuilder.java com.gemserk.games.facehunt.gamestates.HighscoresGameState.java com.gemserk.games.facehunt.gamestates.MainMenuGameState.java com.gemserk.games.facehunt.gamestates.PauseGameState.java com.gemserk.games.facehunt.gamestates.SplashGameState.java com.gemserk.games.facehunt.gamestates.SurvivalModeGameState.java com.gemserk.games.facehunt.gamestates.TestGameState.java com.gemserk.games.facehunt.gamestates.TutorialModeGameState.java com.gemserk.games.facehunt.screens.FadeTransitionScreen.java com.gemserk.games.facehunt.scripts.Scripts.java com.gemserk.games.facehunt.systems.BounceSmallVelocityFixSystem.java com.gemserk.games.facehunt.systems.DamagePlayerSystem.java com.gemserk.games.facehunt.systems.FaceHuntControllerSystem.java com.gemserk.games.facehunt.systems.RandomMovementBehaviorSystem.java com.gemserk.games.facehunt.values.GameData.java