]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - phantasia/map.c
1 #define minusminus plusplus
2 #define minusplus plusminus
9 space(-1400, -1000, 1200, 1200);
19 /* Grid -- horizontal lines every 200 */
22 line(600, -800, -1400, -800);
23 line(-1400, -600, 600, -600);
24 line(600, -400, -1400, -400);
25 line(-1400, -200, 600, -200);
27 line(600, 0, -1400, 0);
29 line(-1400, 200, 600, 200);
30 line(600, 400, -1400, 400);
31 line(-1400, 600, 600, 600);
32 line(600, 800, -1400, 800);
34 /* Grid -- vertical lines every 200 */
36 line(-1200, 1000, -1200, -1000);
37 line(-1000, 1000, -1000, -1000);
38 line(-800, 1000, -800, -1000);
39 line(-600, 1000, -600, -1000);
41 line(-400, 1000, -400, -1000);
43 line(-200, 1000, -200, -1000);
44 line(0, 1000, 0, -1000);
45 line(200, 1000, 200, -1000);
46 line(400, 1000, 400, -1000);
48 /* Circles radius +250 on "center" */
54 circle(-400, 0, 1000);
59 label("- THE PHANTASIA UNIVERSE -");
60 line(-630, 1045, -115, 1045);
69 plusplus("Rovanion", -250, 320);
70 plusplus("The Iron Hills", -100, 560);
71 plusplus("Rhun", 250, 570);
72 minusplus("Dunland", -700, 160);
73 minusplus("Eriador", -920, 300);
74 minusplus("The Northern Waste", -1240, 320);
75 minusminus("Gondor", -720, -180);
76 minusminus("South Gondor", -940, -270);
77 minusminus("Far Harad", -1100, -500);
78 plusminus("Mordor", -180, -300);
79 plusminus("Khand", 0, -500);
80 plusminus("Near Harad", 40, -780);
98 label("OUTER CIRCLES:");
99 line(690, 970, 1000, 970);
101 label("> 9: The Outer Waste");
103 label("> 20: The Dead Marshes");
105 label("> 35: Kennaquhair");
107 label("> 55: Morannon");
109 label("(0,0): The Lord's Chamber");
112 label("Grid squares are 100 x 100");
114 label("Created by Ted Estes");
116 label("Plotted by Chris Robertson");
119 circle(723, -923, 20);
128 plusplus(s
, x
, y
) /* draw strings in plus plus quadrant */
145 plusminus(s
, x
, y
) /* draw strings in plus minus quadrant */