Played around with a circular map real quick.
This commit is contained in:
parent
9dcc2036aa
commit
c0d668fb0b
5 changed files with 18 additions and 7 deletions
2
maze.hpp
2
maze.hpp
|
@ -16,7 +16,7 @@ namespace maze {
|
|||
init();
|
||||
}
|
||||
|
||||
void hunt_and_kill();
|
||||
void hunt_and_kill(Point on={1,1});
|
||||
|
||||
void init();
|
||||
void randomize_rooms();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue