Android Open Source - Game maze labyrinth-of-before






Project Summary

Basic android maze game. Progress through the maze and flip to jump between alternate mazes when you're stuck..

Web Site / Source Repository

labyrinth-of-before is hosted in the following web site
https://github.com/AflahB/labyrinth-of-before

If you think the Android project labyrinth-of-before 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 labyrinth-of-before.

ItemValue
Java File Count15
Supported screen sizes[hdpi]
Minimum SDK Version19
Activity Count3
Fragment Count2
Asset File Namesassets\art\character\East Facing\characterE-1.png
assets\art\character\East Facing\characterE-2.png
assets\art\character\East Facing\characterE-3.png
assets\art\character\East Facing\characterE-4.png
assets\art\character\North Facing\characterN-1.png
assets\art\character\North Facing\characterN-2.png
assets\art\character\North Facing\characterN-3.png
assets\art\character\North Facing\characterN-4.png
assets\art\character\South Facing\characterS-1.png
assets\art\character\South Facing\characterS-2.png
assets\art\character\South Facing\characterS-3.png
assets\art\character\South Facing\characterS-4.png
assets\art\character\west Facing\characterW-1.png
assets\art\character\west Facing\characterW-2.png
assets\art\character\west Facing\characterW-3.png
assets\art\character\west Facing\characterW-4.png
assets\art\controls\down.png
assets\art\controls\left.png
assets\art\controls\right.png
assets\art\controls\up.png
assets\art\menu\bgn.png
assets\art\menu\credits.png
assets\art\menu\exit.png
assets\art\menu\options.png
assets\art\menu\start.png
assets\art\menu\title.png
assets\art\minotaur\East Facing\Thumbs.db
assets\art\minotaur\East Facing\minotaurE-1.png
assets\art\minotaur\East Facing\minotaurE-2.png
assets\art\minotaur\East Facing\minotaurE-3.png
assets\art\minotaur\East Facing\minotaurE-4.png
assets\art\minotaur\North facing\Thumbs.db
assets\art\minotaur\North facing\minotaurN-1.png
assets\art\minotaur\North facing\minotaurN-2.png
assets\art\minotaur\North facing\minotaurN-3.png
assets\art\minotaur\North facing\minotaurN-4.png
assets\art\minotaur\South Facing\Thumbs.db
assets\art\minotaur\South Facing\minotaurS-1.png
assets\art\minotaur\South Facing\minotaurS-2.png
assets\art\minotaur\South Facing\minotaurS-3.png
assets\art\minotaur\South Facing\minotaurS-4.png
assets\art\minotaur\West facing\Thumbs.db
assets\art\minotaur\West facing\minotaurW-1.png
assets\art\minotaur\West facing\minotaurW-2.png
assets\art\minotaur\West facing\minotaurW-3.png
assets\art\minotaur\West facing\minotaurW-4.png
assets\art\tiles\Hades palace\floor 1.png
assets\art\tiles\Hades palace\floor 2.png
assets\art\tiles\Hades palace\wall 1.png
assets\art\tiles\Hades palace\wall 2.png
assets\art\tiles\Hedge maze\floor 1.png
assets\art\tiles\Hedge maze\floor 2.png
assets\art\tiles\Hedge maze\wall 1.png
assets\art\tiles\Hedge maze\wall 2.png
assets\art\tiles\tartarus\floor 1.png
assets\art\tiles\tartarus\floor 2.png
assets\art\tiles\tartarus\wall 1.png
assets\art\tiles\tartarus\wall 2.png
assets\levels\debug.csv
assets\levels\fields.csv
assets\levels\hadespalace.csv




Resource Files

There are 1 image files in labyrinth-of-before. The names of the image files are listed as follows.

main_logo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

labyrinth-of-before has the following Java source files.

com.mongooseofbefore.Labyrinth_of_Before.activities.CreditsActivity.java
com.mongooseofbefore.Labyrinth_of_Before.activities.ExceptionHandler.java
com.mongooseofbefore.Labyrinth_of_Before.activities.GameActivity.java
com.mongooseofbefore.Labyrinth_of_Before.activities.GameSurfaceFragment.java
com.mongooseofbefore.Labyrinth_of_Before.activities.MainMenuActivity.java
com.mongooseofbefore.Labyrinth_of_Before.gameengine.GameEngine.java
com.mongooseofbefore.Labyrinth_of_Before.gameengine.GameThread.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Boss.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Camera.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Character.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Helper.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Level.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Map.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Player.java
com.mongooseofbefore.Labyrinth_of_Before.guiengine.Tile.java