A repo for my Cal Poly CPE 203 class project.
This project uses the IntelliJ IDE, so make sure you have that downloaded first.
Open IntelliJ, then go to VCS -> Get From Version Control.
Copy the link to this repositoy, then paste it into the URL box. Specify the directory you want the project to be stored in, and hit clone.
Click Edit Configurations (by the run menu) --> + --> Application and type VirtualWorld as the main class. Hit OK.
Go to File --> Project Structure --> Modules --> Dependancies --> + --> JARs or Directories and select processing-experimental.JAR. Check the box next to it an hit ok.
The project should now compile and run.