This is a Processing app that runs in Eclipse. This app will be used as a teaching example of working with git.
##Setup Instructions
- Start a terminal shell.
cd MOUNTED/apcs-locker/workspace3git clone https://github.com/feromax/BouncingCircles- Start Eclipse, pointing it to
MOUNTED/apcs-locker/workspace3 - Create a new Java project called
BouncingCircles-- the project will use the directory created during thegit cloneprocess. - Right-click the project, build path, configure build path, libraries tab, add jars, navigate to
BouncingCircles/Processing/core.jar. - Run the
BouncingCirclesclass (the driver).