Android Open Source - Game maze Android-Maze-Game






Project Summary

A top-down randomly-generated maze game for Android..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-Maze-Game.

ItemValue
Java File Count11
Target SDK Version19
Minimum SDK Version10
Activity Count1
Asset File Namesassets\dragon_spritesheet.png
assets\dragon_spritesheet_original.png
assets\flame_spritesheet.png
assets\flame_spritesheet_original.png




Java Source Files

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