|
Maze Solver_RWA2_GROUP21
This project is used to solve the maze using wall follower algorithm
|
This is the complete list of members for Simulator, including all inherited members.
| ackReset() | Simulator | static |
| clearAllColor() | Simulator | static |
| clearAllText() | Simulator | static |
| clearColor(int x, int y) | Simulator | static |
| clearText(int x, int y) | Simulator | static |
| clearWall(int x, int y, char direction) | Simulator | static |
| mazeHeight() | Simulator | static |
| mazeWidth() | Simulator | static |
| moveForward(int distance=1) | Simulator | static |
| setColor(int x, int y, char color) | Simulator | static |
| setText(int x, int y, const std::string &text) | Simulator | static |
| setWall(int x, int y, char direction) | Simulator | static |
| turnLeft() | Simulator | static |
| turnRight() | Simulator | static |
| wallFront() | Simulator | static |
| wallLeft() | Simulator | static |
| wallRight() | Simulator | static |
| wasReset() | Simulator | static |