My Programing 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 langauage (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 cologny of turtles and used loops and code to get them to move around randomly, "eat" grass and reproduce. Here's a screenshot of my cologny:
On Friday we learned how to create fractals using recursion. Here's a picture of a Nested Triangle:

It was surprising to me that this complicated figure ccould be made with only a few lines of code. Here's the entire code for that fractal:

Python

The second week I learned the python langage we drew fractals heres an example of one:

This complicated fiqure isn't all that hard asit seems but as most peolpe say you have to start little by little and that's what we did we did little by little and ended up with this. The code for it is somewhat long but it doesn't really matter beacuse once you see what you can create you just want to keep on doing it. We also did a a guessing game this was pretty and it was easy here's the code for the guessing game:
We also did a paper, sissors, rock game and that was one of my favorites here's the code for it:

Home