Description: Java random maze game the source code
Setting a maze (such as: size 10 x 10, 16 x 16, etc.)
Fixed a maze entrance, a export
Design algorithm to find out of the labyrinth route
If a maze is dead end, the hint and end game
To Search:
File list (Check if you may need any files):
Location.java
Walker.java
Game.java
java_随机迷宫游戏.doc
Maze.java