Skip to content

Instantly share code, notes, and snippets.

@Dev-Owl
Created December 8, 2019 15:32
Show Gist options
  • Save Dev-Owl/e805f1815af7878a56844bb1965ea2f2 to your computer and use it in GitHub Desktop.
Save Dev-Owl/e805f1815af7878a56844bb1965ea2f2 to your computer and use it in GitHub Desktop.
Output of the maze generator
mode: ASCIIMode.lines
_________________
_____ | _ |
|_ | _|___| _|
| _|___ |_ |
| | ___|_ | |
| | | | _ |_| |
| |_| | | | | _|
| | | | | | | |
|_|_|_____|______
1110
North is closed
South is open
West is open
East is open
1100
North is closed
South is closed
West is open
East is open
1100
North is closed
South is closed
West is open
East is open
1100
North is closed
South is closed
West is open
East is open
1010
North is closed
South is open
West is open
East is closed
110
North is closed
South is open
West is closed
East is open
1100
North is closed
South is closed
West is open
East is open
1010
North is closed
South is open
West is open
East is closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment