My Programming Projects



The first day I learned how to create a wabpage in HTML. I made pages for robotics and my server project, and other figures using code, loops, and conditional statements.On Friday we learned how to create fractals using recrusion. We all came up with diffrent speeds for how fast our turtles ate the grass in the program. Here's a picture of a "Nested Triangle:"

On Thursday we created a colony of turtles and used loops and code to get them to move around randomly, "eat" grass and reproduce. Creating this program gave us control of how fast the turtles ate the grass and how quickly they reproduced. Their was a setting where you could make the grass disappear after the turtles finished eating aall of the grass. We could also program the grass to grow right after it has been eaten. when they finished eating the greHere's a screenshot of my colony:

Today in my computer science class we a were working on python, a program where you can create your own design of shapes or pictures by typing in code's into notepad. Using notepad you can write down the code's on it and you can connect the code's to your very own webpage. I use the webpage to keep track of what I am doing in my computer science class. For example, in class we were doing troubleshooting on computer servers by taking them apart and putting them back together, but we moved one component and switched it with another group to try and find out what it was that the other group had moved. Here is a screenshot of the design I made using python:


This is a picture of the code used to create the picture of the tree. I used a turtle and a loop to make the picture by telling the turtle where to go. A loop is used to tell the turtle where to go. For example, if I were to tell the turtle to count from 0 to 10 it would give me the following. (0,1,2,3,4,5,6,7,8,9) because it is starting from 0 and adding one every new number. That is what a loop does in the program python.


This picture of the Earth orbiting the sun. In my my computer science class today the class made a sun and the planet Earth. I programmed Earth to orbit the sun and continue circling the sun. If I had more time I would have added more planets to the solar system to make it look realistic and more detailed. In the program I used to create the planets provided sheets for me to use so I could use it to make the planets look like they are real.


This is the code that I wrote in class that is programmed to make the Earth orbit the sun. The radiusplays a big role in the code. The radius is what makes the Earth travel faster than others and without the radius the planet would not orbit the sun.



These pictures above is what I created during computer science class in an application called sketch up. I made a robot head out of squares, circles and triangles.



In the picture above is of some coding I did in class on a program that is written in Java which is a one of many languages in code that is used to communicate to the computer and let it know what it is that you want a certain shape, character, or object to move, be built, or even form onto the screen. It is not one of the languages that is the hardest to try and learn but is one of the easiest to attempt to use in your coding. If you take some time to go over the coding process it can come easy but you just need yo really look at what it means.
Home

Server Project
Robotics Project
Games Project
Programming Project
Troubleshooting Project
AI Project
Electric Circuit Project
3D Graphics Project