Android Open Source - Game maze maze






Project Summary

Adaptation of the Maze board game by Jim Deacove.

Web Site / Source Repository

maze is hosted in the following web site
https://github.com/burnhamup/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.

Project Detail

The following table is the detailed list of maze.

ItemValue
Java File Count21
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 20 image files in maze. The names of the image files are listed as follows.

blacklightning.png
blackmate.png
blackpawn1.png
blackpawn2.png
blackpawn3.png
blackrabbit.png
blackshadow.png
blacksquare.png
blackstone.png
blacktree.png
whitelightning.png
whitemate.png
whitepawn1.png
whitepawn2.png
whitepawn3.png
whiterabbit.png
whiteshadow.png
whitesquare.png
whitestone.png
whitetree.png

The following screenshort is generated from the image listed above.

null




Java Source Files

maze has the following Java source files.

com.burnhamup.maze.Board.java
com.burnhamup.maze.BoardHistory.java
com.burnhamup.maze.BoardListener.java
com.burnhamup.maze.Game.java
com.burnhamup.maze.GameListener.java
com.burnhamup.maze.Move.java
com.burnhamup.maze.Position.java
com.burnhamup.maze.Space.java
com.burnhamup.maze.android.GameActivity.java
com.burnhamup.maze.android.GameView.java
com.burnhamup.maze.pieces.Lightning.java
com.burnhamup.maze.pieces.Mate.java
com.burnhamup.maze.pieces.Piece.java
com.burnhamup.maze.pieces.Rabbit.java
com.burnhamup.maze.pieces.Shadow.java
com.burnhamup.maze.pieces.Stone.java
com.burnhamup.maze.pieces.TimePawn.java
com.burnhamup.maze.pieces.Tree.java
com.burnhamup.maze.views.text.Controller.java
com.burnhamup.maze.views.text.View.java