Skip to content

BlinkSun/ParticleLifeSimulation

Repository files navigation

ParticleLifeSimulation

A C# Winforms 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.

– from the original repository

Screenshot (C# Winforms)

Running the App

  1. Install Visual Studio if not already installed, and be sure to include the dependencies for .NET and desktop development.
    • Note: You need to use Visual Studio (not Visual Studio Code). Visual Studio Code does not have winforms designers.
  2. Download this repository and unzip the contents.
  3. Open the ParticleLifeSimulation.sln file in Visual Studio.

About

A simple program to simulate artificial life using attraction/repulsion forces between many particles.

Resources

Stars

Watchers

Forks

Languages