diff options
Diffstat (limited to 'atc/games/novice')
| -rw-r--r-- | atc/games/novice | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/atc/games/novice b/atc/games/novice new file mode 100644 index 00000000..473dde50 --- /dev/null +++ b/atc/games/novice @@ -0,0 +1,15 @@ +update = 6; +newplane = 6; +width = 30; +height = 21; + +exit: ( 0 2 c ) ( 29 2 z ) + ( 29 18 q ) ( 0 18 e ) ; + +beacon: ( 8 10 ) ( 21 10 ) ; + +line: [ ( 1 3 ) ( 7 9 ) ] + [ ( 7 11 ) ( 1 17 ) ] + [ ( 28 3 ) ( 22 9 ) ] + [ ( 22 11 ) ( 28 17 ) ] + [ ( 9 10 ) ( 20 10 ) ] ; |
