Skip to content

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.

License

helloimalemur/ParticleSimulation

Repository files navigation

ParticleSimulation

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. Screenshot from 2022-09-20 15-41-30

Generates Colors and Interaction Rules randomly. Will only generate between 5 and 20 rules, with the total being an odd number.

Linux;

  1. git clone https://github.com/helloimalemur/ParticleSimulation

  2. cd ParticleSimulation/

  3. ./gradlew run

Windows;

  1. Download ZIP

  2. Extract zip

  3. run in PowerShell: .\gradlew run

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages