Assignment 6
- ncampanelli0
- Oct 22, 2019
- 1 min read
Making use of random and for loops I made a colored background by drawing randomly colored lines, i made them slanted by applying a -1500 to the first line input and making sure the entire 800 by 800 pixel canvas is filled by making 5000 lines (set in the for loop). I also have 10 circles drawn with randomly decided colors. I have the program regenerate the image every step and in order to control the speed I set the frame rate to 6.

Comments