Skip to content
/ wator Public

An implementation of the Wator predator prey simulation.

Notifications You must be signed in to change notification settings

farzonl/wator

Repository files navigation

Wator - A Predator-Prey simulation

Wator simulation

how to build & run?

open in processing ide or vscode. In vscode run the build task.

alternatively to build you can run:

./build.sh

and to run:

./run.sh

The above build script will also build exported binaries for mac, windows, & linux.

Note: for mac you have to install processing-java through the processing ide ui.