Final Progress:
- Working on the sketch and trying to edit certain aspects to make it look better.
- Have the idea for the flamingo and image, just need to make it do something.
- Deciding between making art or a game.
- May add/ work on previous code.
Here is the start of my new game using some else’s game object.
Will be a spider game that keeps score:
I recreated my previous money game using classes: (same art and original inspo, just rewrote the code)
Classes:
- I created a class called gameone = newgame
- The class is called mygame
- constructor is clicks
Tim Szetelat:
Techniques I think Szetelat used when creating his work is by creating various shapes and making them spin. I used a for loop to create various ellipses, triangles, and rectangles across the screen. I then used the rotate function and at different framecounts to time how fast the shape spins. Overall I believe I used very similar functions and code to Szetelat.
What I used:
- use mouseIsPressed to trigger something
- use mouseX and mouseY to change a bool
- make many balls bounce with a for loop
- make a ball bounce around inside the screen