Jump to content

Maze generation: Difference between revisions

m
Line 1,658:
{
sbTop.Append(this[x, y].HasFlag(CellState.Top) ? "+---" : "+ ");
sbMid.Append(this[x, y].HasFlag(CellState.Left) && !(x == 0 && y == 0) ? "| " : " ");
}
if (firstLine == string.Empty)
Line 1,682:
<pre>
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| | | | |
+ +---+ +---+---+ +---+ + +---+---+ +---+ +---+---+ +---+---+ +
| | | | | | | | | | | |
Cookies help us deliver our services. By using our services, you agree to our use of cookies.