Current State, 4/23/21
I have messed with the galaxy field and continue to make changes to this.
I am also working on the particle system. I have the class made. Need to make a lot of tweaks to it and combine the two. When they are both combined into one I have to work with all that too.
GameObject Stamps, 4/2/21
I would like to add a palette to choose which object to use rather than the location changing what they are.
I would also like to mess around with the randomization where all the objects on the screen are different colors, rotation, etc.
Loops & Conditionals, 1/10/21
- Nested for loop — make the grid.
- Sin — make the grid move.
- If function — change colors.
- Fill (with s & h) — make gradient.
- Random — constantly change colors.
- If function — make them bounce.
- || — make both arguments have to happen.
- Noise function — blend the colors together smoothly while changing.
- For loop — build the gradient with the circle.
- mouseIsPressed — change rectangles color.
- If distance is true — make rectangles appear.
- If distance is false — rectangles disappear with background.