Maze Generator
A challenge by
mousetail
Description
Output 200 unique 8x8 mazes. Use # characters to mark the walls. There must be exactly one route between every two cells.
A valid maze looks like this:
################# # # # # # # # # # # # # # # # # # # # # # # # ### # # # # # # # # # # # # # ### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #################
Each maze must be separated by a double line break. Trailing spaces are ignored.
Leaderboard
| Author | Points | ||
|---|---|---|---|
| #1 |
|
Mukundan314 | 98 |
| #2 |
|
lukegustafson | 124 |