PopGame6
Bryn Mawr College, Department of Computer Science
An in-class exercise for topdown design
Step 6:
When the mouse is pressed, try to pop all balloons
Add loop to mousePressed and define/call Balloon.pop(x, y);
Define Balloon.reset() and change Ballon constructor to call reset()
Source code: PopGame6
Built with Processing and Processing.js