File: crossover

package info (click to toggle)
bsdgames 2.17-21
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,856 kB
  • sloc: ansic: 80,063; sh: 1,455; cpp: 1,154; yacc: 321; lex: 75; makefile: 53; sed: 13; csh: 5
file content (14 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ) ];