Maze app made in libgdx.
Maze is hosted in the following web site
https://github.com/GoodGameIndustries/Maze
If you think the Android project 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.
The following table is the detailed list of Maze.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
Asset File Names | assets\blocked.png assets\easy.png assets\end.png assets\hard.png assets\medium.png assets\open.png assets\selected.png assets\start.png |
Maze has the following Java source files.
com.GGI.grid.GridBlock.java com.GGI.maze.IOSLauncher.java com.GGI.maze.Maze.java com.GGI.maze.android.AndroidLauncher.java com.GGI.maze.client.HtmlLauncher.java com.GGI.maze.desktop.DesktopLauncher.java com.GGI.screens.GameScreen.java com.GGI.screens.MenuScreen.java