Processing workshop exercise.
On a canvas of 400px by 400px, draw a grid of 10 rows and 10 columns. When the user presses the mouse on a tile, the tile color is set to a random color.
- Colors (RGB)
- Drawing on canvas
- Iteration
- Mouse event handling
- Random
- Rounding floating point numbers
See the sources for a possible resolution of the exercise.