Diagonal Maze
"Diagonal Maze" is a simple random distribution of the diagonal line characters. These are different from the / forward slash and \ backslashes because they connect the actual corners of the text cell boundaries. By randomly printing them, they naturally form a maze-like pattern. This is no solveable maze, of course,
- Python source code
- TypeScript source code (compiles to Node JavaScript)
- JavaScript source code in JSFiddle