Programming Page

Programming


Scratch Programming

Scratch is a somewhat simple programming tool. It is a good way to practice and fun doing so.

Here's an example of scratch programming that I have completed...


This is a base of a pong game. The player of this base is able to use the arrow keys as the controls to move the paddle left and right.

Netlogo Programming

We also programmed using Netlogo.
Here's some of the work I have done using netlogo...


This is a fractal star that I have made, believe it or not, with this simple 12 lines of code.

In Netlogo, we coded a turtle to create a tree. This is tree that was made...


After seeing how bland the tree was, we decided to change up code and had this as a result...


Today in Netlogo we made a fractal called an nested triangle (shown below)


Home