Serendip is an independent site partnering with faculty at multiple colleges and universities around the world. Happy exploring!
Remote Ready Biology Learning Activities has 50 remote-ready activities, which work for either your classroom or remote teaching.
Code from Today's Class
globals[ visited ]
to setup
ca
crt 1
end
to go
ask turtles [ set pcolor yellow
rt random 360
fd 1]
update
tick
end
to update
set visited count patches with [pcolor = yellow]
plotxy ticks (visited / ((2 * max-pxcor + 1) * (2 * max-pycor + 1 )) * 100)
end