Current Work
Creating a sort of fence along a line at specific coordinates using a for loop. I'm getting there and I found out how to make it go backwards.
Creating a sort of fence along a line at specific coordinates using a for loop. I'm getting there and I found out how to make it go backwards.
For this assignment, we started at (0,0) and had to draw 4 lines of each color every 20 degrees. This was from 0° to 300°.
For this assignment, we started at (0,0) and had to draw 18 total lines using a function drawline() to 180°.
For this assignment, we started at (0,0) and had to draw 18 total lines using a function drawline() to 180°. We also had to make loops at the end of each line. Then, we returned home. This project needed us to use if statements to make sure each of the RGB values would not exceed 255 or decend past 0. If one of the RGB values was above or below, it was set to either 255 or 0, respectively.