Operation Rescue: Evade and Escape
While reading Mazes for Programmers, I created a game based on randomly generated mazes.
Here is the jar file with the game. Just copy it to your computer and run it.
Note: You will need Java on your PC to run this. |
|
Below is the Welcome screen and several sample screens from the game.
Below is a sample screen of the maze when the player uses an orange jewel to see where the guards and jewels are. The maze is hidden until the player is next to the exit, or the countdown becomes 0.
The player can use a information jewel to show the nearby area (left below), or where they have been (right below).
You can also create custom mazes with various options: (click on the images to see them better)
Below are some sample mazes from the game. If you are familiar with Mazes for Programmers, you will recognize the Sidewinder maze, the Recursive Backtracker maze, the Recursive Division maze, and the use of masks to change maze shapes.
The copyright screen gives some playing hints...