I wanted to make some sort of easy game that challenges you to click an object as many times as you can in a given period of time. I used the following techniques:
- use mouseIsPressed to trigger something
- make a grid with nested for loops
- use nested for loops to create complex designs
- make a ball bounce around inside the screen
In my game, you are given 20 seconds to click the ball as many times as you can before it’s game over!