https://github.com/helloimalemur/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.
https://github.com/helloimalemur/particlesimulation
artificial-life java life-simulation particle-simulation
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/helloimalemur/particlesimulation
- Owner: helloimalemur
- License: mit
- Created: 2022-09-13T20:25:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T13:37:21.000Z (over 2 years ago)
- Last Synced: 2025-04-24T05:34:01.820Z (2 months ago)
- Topics: artificial-life, java, life-simulation, particle-simulation
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
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```