Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 924 Bytes

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