A small project that simulates nodes connected to each other as if they were sticky.
Blob is a Java application that simulates nodes interacting with each other. When nodes come into contact, they connect as if they were sticky.
To run this project, you'll need to have Java installed. You can download and install it from here.
To run the application, execute the following command in your terminal:
java -jar Blob.jar
Move Node: Use W, A, S, D or the arrow keys to move one of the nodes. When a node touches another node, it will connect with it.