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

https://github.com/anuraghazra/covid19-sim

Coronavirus Simulation With Flocking System
https://github.com/anuraghazra/covid19-sim

Last synced: 3 months ago
JSON representation

Coronavirus Simulation With Flocking System

Awesome Lists containing this project

README

        





COVID-19 Simulation




View Demo
·
Report Bug
·
Request Feature

Coronavirus Simulation With Flocking System

## Info

These Creatures are based on [Craig Reynold's](https://www.red3d.com/cwr/index.html) Steering Behaviors and [Flocking System](https://www.red3d.com/cwr/boids/)

It's also implements Genetic Algorithm and mutations.

You can learn more about them on Daniel Shiffman's YouTube Channel [The Coding Train](https://www.youtube.com/user/shiffman)

- [Coding Challenge #69.1: Evolutionary Steering Behaviors](https://www.youtube.com/watch?v=flxOkx0yLrY&t=1223s)

- [Coding Challenge #124: Flocking Simulation](https://www.youtube.com/watch?v=mhjuuHl6qHM&t=1978s)

- [9. Genetic Algorithm playlist The Nature of Code](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6bJM3VgzjNV5YxVxUwzALHV)

## :rocket: Quick start

Start developing locally.

### Clone the repo

Fork the repository. then clone the repo locally by doing -

```sh
git clone https://github.com/anuraghazra/covid19-sim.git
```

## :v: Contributing

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

### Pushing the changes

```bash
git add .
git commit -m "feat: added new stuff"
```

---

Made with :heart: and Javascript