DEV Community

Hunar Ahmad
Hunar Ahmad

Posted on

Artificial Particle Life

Recently, I made an educational simulation project on what is known as Particle Life to showcase how complexity can arise from simplicity. Particle Life is like Conway’s game of life but in Conway’s game of life the effect of the particles are confined to their surrounding neighbors only while in these simulations particles have effects on each other over longer distances. Also, the interactions rely on Newtonian like attraction/repulsion forces among the interacting particles.

Image description

Video Tutorial: https://youtu.be/0Kx4Y9TVMGg
Source code: https://github.com/hunar4321/particle-life

Top comments (0)