mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
21
atc/games/two-corners
Normal file
21
atc/games/two-corners
Normal file
@@ -0,0 +1,21 @@
|
||||
update = 5;
|
||||
newplane = 5;
|
||||
width = 30;
|
||||
height = 21;
|
||||
|
||||
exit: ( 0 0 c ) ( 10 0 x ) ( 29 10 a )
|
||||
( 29 20 q )
|
||||
( 19 20 w ) ( 0 10 d ) ;
|
||||
|
||||
beacon: ( 10 10 ) ( 19 10 ) ;
|
||||
|
||||
airport: ( 15 15 x ) ;
|
||||
|
||||
line: [ ( 1 1 ) ( 9 9 ) ]
|
||||
[ ( 10 1 ) ( 10 9 ) ]
|
||||
[ ( 1 10 ) ( 9 10 ) ]
|
||||
[ ( 11 10 ) ( 18 10 ) ]
|
||||
[ ( 15 11 ) ( 15 14 ) ]
|
||||
[ ( 20 10 ) ( 28 10 ) ]
|
||||
[ ( 19 11 ) ( 19 19 ) ]
|
||||
[ ( 20 11 ) ( 28 19 ) ] ;
|
||||
Reference in New Issue
Block a user