8000 GitHub - zhrfrd/ParticleSimulation: 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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Notifications You must be signed in to change notification settings

zhrfrd/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0