Android Open Source - Game maze Droid-Maze






Project Summary

Android maze game.

Web Site / Source Repository

Droid-Maze is hosted in the following web site
https://github.com/smartgaddix/Droid-Maze

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

ItemValue
Java File Count19
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Minimum SDK Version4
Activity Count3
jar files usedandengine.jar
andenginephysicsbox2dextension.jar
androidsqlhelper.jar
androidsqlhelperannotations.jar
codemodel-2.5-SNAPSHOT.jar
Required Permissionsandroid.permission.WAKE_LOCK
Asset File Namesassets\font\Droid.ttf
assets\gfx\ball.png
assets\gfx\ball2.png
assets\gfx\face_circle.png
assets\gfx\face_circle_tiled.png
assets\gfx\menu_exit.png
assets\gfx\menu_start.png
assets\gfx\splash_screen.png
assets\gfx\target.png
assets\gfx\target2.png
assets\gfx\target_hole.png




License

The license information of Droid-Maze is as follows:

Apache License

Resource Files

There are 2 image files in Droid-Maze. The names of the image files are listed as follows.

greenmaze.png
solvedmaze.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.sgxmobileapps.droidmaze.datastore.DroidMazeDbAdapter.java
com.sgxmobileapps.droidmaze.datastore.DroidMazeDbMetadata.java
com.sgxmobileapps.droidmaze.game.GameLevelManager.java
com.sgxmobileapps.droidmaze.game.model.GamePlayerProfile.java
com.sgxmobileapps.droidmaze.maze.generator.BacktrackingMazeGenerator.java
com.sgxmobileapps.droidmaze.maze.generator.IterativeBacktrackingMazeGenerator.java
com.sgxmobileapps.droidmaze.maze.generator.KruskalMazeGenerator.java
com.sgxmobileapps.droidmaze.maze.generator.MazeCell.java
com.sgxmobileapps.droidmaze.maze.generator.MazeGenerator.java
com.sgxmobileapps.droidmaze.maze.generator.PrimMazeGenerator.java
com.sgxmobileapps.droidmaze.ui.MainMenuActivity.java
com.sgxmobileapps.droidmaze.ui.MainSplashActivity.java
com.sgxmobileapps.droidmaze.ui.MazeActivity.java
com.sgxmobileapps.droidmaze.ui.animator.MultiSlideMenuAnimator.java
com.sgxmobileapps.droidmaze.ui.shape.ComplexShape.java
com.sgxmobileapps.droidmaze.ui.shape.LevelBarShape.java
com.sgxmobileapps.droidmaze.ui.shape.LoadingShape.java
com.sgxmobileapps.droidmaze.ui.shape.MazeShape.java
com.sgxmobileapps.droidmaze.util.ActivityUtils.java