Played around with a circular map real quick.

This commit is contained in:
Zed A. Shaw 2025-05-24 10:58:28 -04:00
parent 9dcc2036aa
commit c0d668fb0b
5 changed files with 18 additions and 7 deletions

View file

@ -16,7 +16,7 @@ namespace maze {
init();
}
void hunt_and_kill();
void hunt_and_kill(Point on={1,1});
void init();
void randomize_rooms();