/JavaMazeRobot

A simple Java program of a robot and maze game

Primary LanguageJava

#JavaMazeRobot

  • Robot and Maze Game implementation in Java. 😆😆

  • Maze files are in src_maze folder. Valid maze can be copied into this folder. Note. maze validation is not implemented.

  • Four robots in src/cmd/robot. Lefthand, Righthand, Random and Random Memory.

GUI Version

  • src in src/ui package screenshot

Commend Line Version

  • src in src/cmd package
Move 15
*-*-*-*-*-*
|.|  ...| |
*.* *.*.* *
|.| |.|...|
*.*-*.*-*.*
|.....|...|
* *-*-*.*-*
| |   |.| |
* *-* *.* *
|     |..R|
*-*-*-*-*-*