A particle life simulation written in C. Particle life aims to explore the cencept of emergence, eg complex structures can emerge from simple rules.
cd build
./plife simulation.txt
Modify build/simulation.txt file to add/remove particles, change attraction matrix, or modify epochs.
The simulation.txt file can also be renamed.