粉紅色的感情線
一塊疊過一塊 ,糾葛不休
最後只能慧劍斬情絲了
paper 100
command square x y s c
{
pen (3*(c)) (c) (2*c)
line x y x (y+s)
line x (y+s) (x+s) (y+s)
line (x+s) (y+s) (x+s) y
line (x+s) y x y
}
repeat A 1 4
{
repeat B 1 4
{
square (10+(A+A)*15) (10+(B+B)*15) 25 (10+(A+B)*8)
}}
repeat A 4 0
{repeat B 4 0
{square (25+(A+A)*15) (25+(B+B)*15) 25 (10+(A+B)*7)
}}
repeat A 1 9
{repeat B 0 7
{square (A*10+3) (B*10+5) 6 (A+B*10)
}}
repeat A 1 12
{repeat B 0 9
{square (A*10+3) (B*10+5) 4 (A+B*10)
}}
repeat A 1 9
{repeat B 0 9
{square (A*10+3) (B*10+5) 4 (A+B*10)
}}
repeat A 9 1
{repeat B 9 0
{square (A*5+3) (B*5+5) 3 (A+B*10)
}}
repeat A 9 3
{
repeat B 13 2
{square (A+B*8+5) (A+B*8+15) 11(A+B*10)
}}