Project 4.2: Fireworks
Click to make fireworks 

REQUIREMENTS

STEP BY STEP

1) Create a simple Particle class

2) Create an array list of particles in your main program

3) Improving Particles

4) Counting Particles

5) Removing Particles

if(y > height)

{

particles.remove(this); 

}

EXAMPLE: RUNNING PROGRAM

Click here to download a running version of the program.   <COMING SOON>