A top-down randomly-generated maze game for Android..
Android-Maze-Game is hosted in the following web site
https://github.com/bmezhibovskiy/Android-Maze-Game
If you think the Android project Android-Maze-Game 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 Android-Maze-Game.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Asset File Names | assets\dragon_spritesheet.png assets\dragon_spritesheet_original.png assets\flame_spritesheet.png assets\flame_spritesheet_original.png |
Android-Maze-Game has the following Java source files.
com.bmezhibovskiy.mazegame.AnimatedSprite.java com.bmezhibovskiy.mazegame.DepthFirstSearchMazeGenerator.java com.bmezhibovskiy.mazegame.Enemy.java com.bmezhibovskiy.mazegame.Hero.java com.bmezhibovskiy.mazegame.LineSegment2D.java com.bmezhibovskiy.mazegame.MainActivity.java com.bmezhibovskiy.mazegame.Math2D.java com.bmezhibovskiy.mazegame.MazeGameView.java com.bmezhibovskiy.mazegame.MazeGenerator.java com.bmezhibovskiy.mazegame.MazeGeneratorDelegate.java com.bmezhibovskiy.mazegame.RotatedRect.java