Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amolkumargupta/flock

This is a Boid simulation in java from scratch.
https://github.com/amolkumargupta/flock

boids-simulation java sim simulation

Last synced: 2 days ago
JSON representation

This is a Boid simulation in java from scratch.

Awesome Lists containing this project

README

        

# Flock
This is a Boid simulation in java from scratch.

![flock](img0.png)

# **Usage**

1. Clone or Fork the repository.
2. Open folder in Command-line.
3. Open the `src` folder.
```
cd src
```
4. Type `java Flock`

> JDK should be already installed
> Recommended JDK 16+