Categories

L-Train: CODE: Processing Homework

CODE: Processing Homework Creating a pattern using "for" loop   I have used "for" loop to create a pattern. It has 3 parts: The background: a gradient which changes on changing the values of mouseX (moving the mouse horizontally) A pattern of ellipses in the center A pattern...

Continue Reading

J-Code: BOLOR_Day1_Homework_SimplePseudocode

Aim: Start with a white canvas with hidden buttons of different sizes of rectangles; Every click reveals a coloured rectangle; A custom Mondrian pattern is generated   Functions: makeGrid mergeSomeGridCells assignColourToCells turnColoursToButtons   Variables: Grid – size, n of rows, n of columns Cells Colours Buttons ...

Continue Reading