Download and Install Processing 3: https://processing.org/download/
If you have git installed, type the following into your terminal:
git clone https://github.com/Code-Bullet/Pool_AI.git
Else, download the zip file and unpack by clicking the green "Clone and download" button on the top right of the screen.
- Open the Processing application
- Click
Tools > Add Tool... - Click on the
Librarytab - Search for
Box2D for Processingthe author should beDaniel Shiffman - Click
Install
- Open the Processing application
- Click
File > Open - Go to where you downloaded the files for this repository, the folder should be called
PoolAI - Inside the
PoolAIfolder click on the file calledPoolAI.pde - You should now see
PoolAI.pdeas well as the rest of the files opened up in the Processing application - Press the Run button or click
Sketch > Run