Morning
Today is our last day for using Boe-bots and NetLogo. When I went on NetLogo, I tried making a square using the following code:
to unicorns
clear-all
create-turtles 5
ask turtles
[
setxy random-xcor random-ycor
pen-down
set pen-size 5
forward 20
right 90
forward 70
right 90
forward 20
right 90
]
end
Instead of making 5 squares, my code made these:
The best part was that each time I set the code up, a different piece of art comes. It reminds me of that retro looking carpet in Peter Piper Pizza.
![]() |
This kind of reminds me of the Neutrogena ad. ;) |
This design used only THREE turtles!! Cool!
Afternoon
In the afternoon, we created a maze for the Boe-Bots. This gif will explain it all.


See you next week!!!
No comments:
Post a Comment