This a remake of the game Dots: A Game About Connecting written in Java using Processing.
These instructions assume you are on a Linux machine and have the JDK installed. I think this may also work on a Mac and the java/javac commands inside the *.sh files are probably the same on Windows.
-
Make sure all *.sh files are executable
$ chmod 755 *.sh
-
Run ./compile.sh
-
Run ./run.sh
-
Have fun!