simple Java port of Brainxyz's Artificial Life
A simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.
Generates Colors and Interaction Rules randomly. Will only generate between 5 and 20 rules, with the total being an odd number.
-
git clone https://github.com/helloimalemur/ParticleSimulation
-
cd ParticleSimulation/
-
./gradlew run
-
Extract zip
-
run in PowerShell:
.\gradlew run