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

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: 3 months 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+