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
- 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.
- Download this repository and unzip the contents.
- Open the
ParticleLifeSimulation.sln
file in Visual Studio.