ICM-Code-2022

Syllabus for
ITP Foundation Course Introduction to Computational Media: Code


Week 4

4-1


( 1 ) Worksheet projects :


Create 20 columns that turn red when you hover over them.

Skip over col #7.


Make the left half turn blue, right half turn red. Make every other column blue.


Make every column a different color.


Create a grid of 100 cells that turn red when you hover over them.


Create a checkerboard grid of 100 cells.






Week 4

4-2

( 2 ) Homework 


Try creating an algorithmic design with simple parameters. (One example is 10PRINT, example code).








I extended the worksheet part that repeated the graphics and added the color lerp and the variable size. I also reduced the opacity of the background so that the resulting pattern could leave trails and create some blurring effects. At the same time, the mouse also affects these patterns' sizes, spacing, and positions.