Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 500 Bytes

Dots Remake

This a remake of the game Dots: A Game About Connecting written in Java using Processing.

How to compile

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.

  1. Make sure all *.sh files are executable

    $ chmod 755 *.sh

  2. Run ./compile.sh

  3. Run ./run.sh

  4. Have fun!