Computer Science is a class taught by Ms. Taricco where we learn the fundamentals of coding in Java, HTML, and CSS. So far, we have learned about data types, using objects, boolean algebra, iterations, static arrays, and ArrayLists. We always focus on interesting exercises in class to flex our CS brains in fun ways.
The Line Art Program is a Java project I created to generate the illusion of a curve using only straight lines. My biggest challenge was figuring out the underlying pattern of the lines and breaking out of the mindset that they were curved, since the effect is purely an optical illusion. It was also tricky to size the inner box correctly so that the lines didn’t overlap or misalign.
Trouble viewing the PDF? Click here!
The Stars Program is a Java project I created to display ten stars of random sizes and locations on the screen. I also added random colors for extra effect, though this wasn’t required. The most challenging part for me was figuring out how to use iterations to craft a star that looked symmetrical from all angles.
Trouble viewing the PDF? Click here!