Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 797 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 797 Bytes

Bouncing Circles

Author: Anand Prajapati

A very simple project created using Processing where 3 circles freely move around the screen, while changing colour when they collide with one another or the edge of the canvas. This was created in January 2018.

Install Processing

  1. Use the link below and follow the instructions on how to install Processing on your chosen OS.
https://processing.org/tutorials/gettingstarted/

Setting up the Project

  1. Download and save the project as a zip.
  2. Unzip the file.
  3. Double click the extracted folder and go into the "newbounce" folder.
  4. Then open "newbounce.pde" in Processing.
  5. Once it has loaded up in Processing, click the run button (a play symbol) located in the top left.
  6. The game should now run.
  7. Enjoy!