0
let pop area * density
distribute-turtles
to distribute-turtles [ pop box ]
if (pop > count box) [ error "Box can't hold all turtles!" ]
ask n-of pop box [sprout-inboxturtles 1[
set color blue
set exit true ;ignore
set alpha alpha-exit ;ignore
set beta beta-exit ;ignore
set size 0.9
]
]
end
上面的代碼在補丁上分發海龜。在補丁上分發海龜
框 -patches
彈出 -number龜
我將按照該盒中,使得內的密度創建龜這樣的:
a)否2個龜有相同的中心,因此每個補丁可能有2個以上的龜,但不應該有相同的中心。