This is a game built in Java
using Processing
Library.
Depth-First-Search
Queue
- It generates random maze using
Depth-First-Search
algorithm. - There will be a starting and ending point of each maze.
- A player have to trace the shortest path and reach the
flag
(ending point). - Then there will be a next level.
- It records
Score
andNumber of coins
. - It has
infinite levels
but the level of difficulty increases as a number of levels increase. - In order to add difficulty, there will be an
opponent
who runs after the player.
In order to play this game, you have to install any Java IDE.
Executable or jar file is not uploaded here. But, I can provide it.