![]() |
Smart Minotaur
|
The MazeNode class represents a single node in a maze. Mehr ...
#include <MazeNode.hpp>
Öffentliche Methoden | |
bool | isBlocked (const Direction p_direction) |
void | setBlocked (const Direction p_direction, const bool p_val) |
The MazeNode class represents a single node in a maze.
It can be blocked in EAST, SOUTH, WEST, NORTH direction.