summaryrefslogtreecommitdiffstats
path: root/atc/games
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-03-21 09:45:37 +0000
committercgd <cgd@NetBSD.org>1993-03-21 09:45:37 +0000
commit77e3814f0c0e3dea4d0032e25666f77e6f83bfff (patch)
tree7eddfcbf3dd12089e71dc3fafb0a106c5c5766c7 /atc/games
parente81d63576b2e46ab90da7d75fa155ea57ee4d32e (diff)
downloadbsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.tar.gz
bsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.tar.zst
bsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.zip
initial import of 386bsd-0.1 sources
Diffstat (limited to 'atc/games')
-rw-r--r--atc/games/ATC_scores5
-rw-r--r--atc/games/Game_List5
-rw-r--r--atc/games/Killer21
-rw-r--r--atc/games/crossover14
-rw-r--r--atc/games/default21
-rw-r--r--atc/games/easy15
-rw-r--r--atc/games/game_222
7 files changed, 103 insertions, 0 deletions
diff --git a/atc/games/ATC_scores b/atc/games/ATC_scores
new file mode 100644
index 00000000..bbffeb25
--- /dev/null
+++ b/atc/games/ATC_scores
@@ -0,0 +1,5 @@
+schumann puff game_2 171 1414 195
+schumann puff default 18 220 59
+schumann puff easy 13 182 146
+schumann puff crossover 11 74 448
+schumann puff Killer 0 38 27
diff --git a/atc/games/Game_List b/atc/games/Game_List
new file mode 100644
index 00000000..0117385b
--- /dev/null
+++ b/atc/games/Game_List
@@ -0,0 +1,5 @@
+default
+easy
+crossover
+Killer
+game_2
diff --git a/atc/games/Killer b/atc/games/Killer
new file mode 100644
index 00000000..f15d0602
--- /dev/null
+++ b/atc/games/Killer
@@ -0,0 +1,21 @@
+update = 1;
+newplane = 4;
+width = 30;
+height = 21;
+
+exit: ( 29 7 a ) ( 29 17 a )
+ ( 0 7 d ) ( 0 0 c ) ;
+
+beacon: ( 12 7 ) ( 12 17 ) ( 14 10 ) ( 20 15 ) ;
+
+airport: ( 20 18 d ) ;
+
+line: [ ( 1 1 ) ( 6 6 ) ]
+ [ ( 12 1 ) ( 12 6 ) ]
+ [ ( 13 7 ) ( 28 7 ) ]
+ [ ( 28 1 ) ( 13 16 ) ]
+ [ ( 1 13 ) ( 11 13 ) ]
+ [ ( 12 8 ) ( 12 16 ) ]
+ [ ( 11 18 ) ( 10 19 ) ]
+ [ ( 13 17 ) ( 28 17 ) ]
+ [ ( 1 7 ) ( 11 7 ) ] ;
diff --git a/atc/games/crossover b/atc/games/crossover
new file mode 100644
index 00000000..d2689ffd
--- /dev/null
+++ b/atc/games/crossover
@@ -0,0 +1,14 @@
+update = 5;
+newplane = 5;
+width = 29;
+height = 21;
+
+exit: ( 0 0 c ) ( 8 0 c ) ( 20 0 z ) ( 28 0 z )
+ ( 28 20 q ) ( 20 20 q ) ( 8 20 e ) ( 0 20 e );
+
+beacon: ( 14 6 ) ( 18 10 ) ( 14 14 ) ( 10 10 );
+
+line: [ ( 0 0 ) ( 20 20 ) ]
+ [ ( 8 0 ) ( 28 20 ) ]
+ [ ( 20 0 ) ( 0 20 ) ]
+ [ ( 28 0 ) ( 8 20 ) ];
diff --git a/atc/games/default b/atc/games/default
new file mode 100644
index 00000000..e19ef9d2
--- /dev/null
+++ b/atc/games/default
@@ -0,0 +1,21 @@
+update = 5;
+newplane = 10;
+width = 30;
+height = 21;
+
+exit: ( 12 0 x ) ( 29 0 z ) ( 29 7 a ) ( 29 17 a )
+ ( 9 20 e ) ( 0 13 d ) ( 0 7 d ) ( 0 0 c ) ;
+
+beacon: ( 12 7 ) ( 12 17 ) ;
+
+airport: ( 20 15 w ) ( 20 18 d ) ;
+
+line: [ ( 1 1 ) ( 6 6 ) ]
+ [ ( 12 1 ) ( 12 6 ) ]
+ [ ( 13 7 ) ( 28 7 ) ]
+ [ ( 28 1 ) ( 13 16 ) ]
+ [ ( 1 13 ) ( 11 13 ) ]
+ [ ( 12 8 ) ( 12 16 ) ]
+ [ ( 11 18 ) ( 10 19 ) ]
+ [ ( 13 17 ) ( 28 17 ) ]
+ [ ( 1 7 ) ( 11 7 ) ] ;
diff --git a/atc/games/easy b/atc/games/easy
new file mode 100644
index 00000000..4ab8eac0
--- /dev/null
+++ b/atc/games/easy
@@ -0,0 +1,15 @@
+update = 7;
+newplane = 12;
+width = 15;
+height = 15;
+
+exit: ( 7 0 x ) ( 14 0 z ) ( 12 14 q ) ( 0 14 e ) ;
+
+beacon: ( 12 7 ) ;
+
+airport: ( 7 8 w ) ;
+
+line: [ ( 1 1 ) ( 6 6 ) ]
+ [ ( 7 9 ) ( 12 14 ) ]
+ [ ( 7 0 ) ( 7 14 ) ]
+ [ ( 1 7 ) ( 11 7 ) ] ;
diff --git a/atc/games/game_2 b/atc/games/game_2
new file mode 100644
index 00000000..5788c8a2
--- /dev/null
+++ b/atc/games/game_2
@@ -0,0 +1,22 @@
+update = 5;
+newplane = 8;
+width = 30;
+height = 21;
+
+exit: ( 12 0 x ) ( 29 0 z ) ( 29 6 a ) ( 29 13 a )
+ ( 9 20 e ) ( 0 13 d ) ( 0 6 d ) ( 0 0 c ) ;
+
+beacon: ( 12 17 ) ( 23 6 ) ( 23 13 ) ( 25 17 )
+ ( 12 6 ) ( 12 13 ) ( 6 6 ) ;
+
+airport: ( 18 17 d ) ;
+
+line: [ ( 1 1 ) ( 16 16 ) ]
+ [ ( 1 6 ) ( 28 6 ) ]
+ [ ( 12 1 ) ( 12 17 ) ]
+ [ ( 10 19 ) ( 28 1 ) ]
+ [ ( 13 17 ) ( 17 17 ) ]
+ [ ( 1 13 ) ( 28 13 ) ]
+ [ ( 19 17 ) ( 24 17 ) ]
+ [ ( 19 17 ) ( 22 14 ) ]
+ [ ( 26 16 ) ( 28 14 ) ] ;