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
- Host: GitHub
- URL: https://github.com/anuraghazra/covid19-sim
- Owner: anuraghazra
- Created: 2020-03-25T16:33:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T07:32:12.000Z (about 5 years ago)
- Last Synced: 2025-03-17T08:45:24.306Z (3 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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