
graph "DevilBunnyHatesTheEarth" {
/* Date: 2001-01-01
Name: Devil Bunny Hates The Earth
Players: James Ernst
Map-Name: Devil_Bunny_Hates_The_Earth
X-Comment: From the Cheapass Game by the same name.
Good map for playing.
Command: fdp -Elen=1.8 -Tpng -o devilbunny.png devilbunny.dot
*/
edge [len=1.8]; /* so magical, I put it in the file */
A -- B; A -- C; A -- D; A -- E; A -- F;
B -- G; B -- H; C -- G; C -- I; D -- I;
D -- J; E -- J; E -- K; F -- H; F -- K;
G -- L; G -- M; H -- N; H -- P; I -- N;
I -- O; J -- M; J -- P; K -- L; K -- O;
A [label="Bunny's\nOffice"];
B [label="Window 1"];
C [label="Window 2"];
D [label="Window 3"];
E [label="Window 4"];
F [label="Window 5"];
G [label="Hall 1"];
H [label="Hall 5"];
I [label="Hall 2"];
J [label="Hall 3"];
K [label="Hall 4"];
L [label="Machine 5"];
M [label="Machine 2"];
N [label="Machine 1"];
O [label="Machine 3"];
P [label="Machine 4"];
}