Now using a hunt-and-kill maze algorithm.
This commit is contained in:
parent
7a0b2f988d
commit
0f8e61797f
4 changed files with 138 additions and 10 deletions
2
maze.hpp
2
maze.hpp
|
@ -4,4 +4,6 @@
|
|||
|
||||
namespace maze {
|
||||
void recursive_div(matrix::Matrix& map, std::vector<Room>& rooms);
|
||||
|
||||
void hunt_and_kill(Matrix& maze, std::vector<Room>& rooms);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue