Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 864 Bytes

Blob

A small project that simulates nodes connected to each other as if they were sticky.

Table of Contents

Introduction

Blob is a Java application that simulates nodes interacting with each other. When nodes come into contact, they connect as if they were sticky.

Installation

To run this project, you'll need to have Java installed. You can download and install it from here.

Usage

To run the application, execute the following command in your terminal:

java -jar Blob.jar

Controls

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.

Demo