My Programming Projects

LOGO


The first day I learned how to create a webpage in HTML. I made pages for robotics and my server project, and linked to those pages from my index.
The first week I learned the LOGO language (which Mr. Miller helped develop at MIT), and we drew triangles and other figures using code, loops, and conditional statements.
On Thursday we created a colony of turtles and used loops and code to get them to move around randomly, "eat" grass and reproduce. Here's a screenshot of my colony:

On Friday we learned how to create fractals using recursion. Here's a picture of a "Nested Triangle:"

Home