Readme file + update in maze.hpp
This commit is contained in:
@@ -26,9 +26,10 @@ public:
|
||||
bool test_mode;
|
||||
|
||||
Maze(bool flag, int steps);
|
||||
|
||||
int get_moves_left() const;
|
||||
bool is_wall(int node, int direction) const;
|
||||
|
||||
void set_moves_left(int _steps);
|
||||
|
||||
bool is_wall(int node, int direction) const;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user