Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Multiple objects simulation

This program simulates multiple objects (balls) the flying around. The file animation.pde is the entry point.


Using

  • You added new objects (balls) with a mouse click.
  • With the key + you can add new balls, too.
  • With the key - you remove random balls from the simulation.

Classes

The program use the following classes:

  • Ball -- moving and collision detection of the balls.
  • World

The file animation.pde contains the main program.