summaryrefslogtreecommitdiffstats
path: root/atc/games/crossover
diff options
context:
space:
mode:
Diffstat (limited to 'atc/games/crossover')
-rw-r--r--atc/games/crossover14
1 files changed, 14 insertions, 0 deletions
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 ) ];