Android Open Source - OpenGL simulation maze-android






Project Summary

Maze simulation for Android using sensors and OpenGL ES.

Web Site / Source Repository

maze-android is hosted in the following web site
https://github.com/zAvo/maze-android

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

ItemValue
Java File Count15
Supported screen sizes[ldpi, mdpi, hdpi]
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.VIBRATE
android.permission.WAKE_LOCK
Raw File Namesres\raw\maze01.maze
res\raw\maze02.maze
res\raw\schema\maze.xsd




License

The license information of maze-android is as follows:

GNU General Public License

Resource Files

There are 2 image files in maze-android. The names of the image files are listed as follows.

ball.png
ic_launcher2.png

The following screenshort is generated from the image listed above.

null

Java Source Files

it.zavo.maze.MazeActivity.java
it.zavo.maze.android.SensorListener.java
it.zavo.maze.graphics.Graphics.java
it.zavo.maze.graphics.TextureManager.java
it.zavo.maze.graphics.Texture.java
it.zavo.maze.graphics.shape.Circle.java
it.zavo.maze.graphics.shape.Rectangle.java
it.zavo.maze.maze.Ball.java
it.zavo.maze.maze.Hole.java
it.zavo.maze.maze.Maze.java
it.zavo.maze.maze.Wall.java
it.zavo.maze.physics.Physics.java
it.zavo.maze.util.Status.java
it.zavo.maze.util.Tex.java
it.zavo.maze.util.Xml.java