[Prev][Next][Index][Thread]

Re: "standard" maze



We've been using one more space horizontally -- it gives our simulator more
room to print mapping/debugging information in each square, and looks
"square" in the "fixed" font of an xterm.

+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
...

Edmund.

----- Original Message -----
From: Peter Harrison <pete@cctc.demon.co.uk>
To: <micromouse@dcs.rhbnc.ac.uk>
Sent: Monday, October 23, 2000 1:22 AM
Subject: Re: "standard" maze


> Hi
>
> While it is a bit more tedious to draw by hand, I find this is a better
> representation (assuming a fixed pitch font). It has a better
> 'squareness' and prints up nicely.
>
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |     |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+  +  +--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |     |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+






References: