- Automatically find the shortest path of costimized maze from users.
- This game is inspired by a PA related to Queue by Professor Joe Politz and a Snake Game PA by Professor Rick Ord.
User may start the Maze Game by make command. Type the following command in your terminal windows
make maze
or
javac -cp ./Acme.jar:./objectdraw.jar:. *.java
java -cp ./Acme.jar:./objectdraw.jar:. Main
These compiles and run the Maze Game.
- Click on set Start Button on the right side, then choose any maze cell and click as a start point. Once the start point set, the button is going to be disabled.
- Click on set Wall Button on the right side, then choose as many maze cells you want and click to be the obstacles or walls.
- Click on set End Button on the left side, then choose any one maze cell to be the end point. Once the start point set, the button is going to be disabled.
- The first three steps are in recommended order, you dont need to follow them strictly.
- Click the solve buttons on the bottom panel. Once clicked, no more modification are allowed.
- Click on the next step, the path is going to be in red color.
make clean
This make command deleted all the .class file