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:
25
atc/games/Tic-Tac-Toe
Normal file
25
atc/games/Tic-Tac-Toe
Normal file
@@ -0,0 +1,25 @@
|
||||
update = 5;
|
||||
newplane = 5;
|
||||
width = 30;
|
||||
height = 21;
|
||||
|
||||
exit: ( 10 0 x ) ( 19 0 x )
|
||||
( 29 7 a ) ( 29 13 a )
|
||||
( 19 20 w ) ( 10 20 w )
|
||||
( 0 13 d ) ( 0 7 d ) ;
|
||||
|
||||
beacon: ( 10 7 ) ( 19 7 )
|
||||
( 19 13 ) ( 10 13 ) ;
|
||||
|
||||
line: [ ( 10 1 ) ( 10 6 ) ]
|
||||
[ ( 19 1 ) ( 19 6 ) ]
|
||||
[ ( 1 7 ) ( 9 7 ) ]
|
||||
[ ( 11 7 ) ( 18 7 ) ]
|
||||
[ ( 20 7 ) ( 28 7 ) ]
|
||||
[ ( 10 8 ) ( 10 12 ) ]
|
||||
[ ( 19 8 ) ( 19 12 ) ]
|
||||
[ ( 1 13 ) ( 9 13 ) ]
|
||||
[ ( 11 13 ) ( 18 13 ) ]
|
||||
[ ( 20 13 ) ( 28 13 ) ]
|
||||
[ ( 10 14 ) ( 10 19 ) ]
|
||||
[ ( 19 14 ) ( 19 19 ) ] ;
|
||||
Reference in New Issue
Block a user