Adaptation of the Maze board game by Jim Deacove.
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.
The following table is the detailed list of maze.
Item | Value |
---|---|
Java File Count | 21 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
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.
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