Implementation of the famous "Game of Life" algorithm (cellular automata discovered by John Horton Conway) as WinForms-app in C#
-
Updated
Jul 1, 2021 - C#
A cellular automaton is a discrete model of computation studied in automata theory.
It consists of a regular grid of cells, each in one of a finite number of states; a new generation is created according to some fixed rule that determines the new state of each cell in terms of the current state of the cell and its neighborhood.
Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known, such as the stochastic cellular automaton and asynchronous cellular automaton.
A well-known cellular automaton is Conway’s Game of Life.
Implementation of the famous "Game of Life" algorithm (cellular automata discovered by John Horton Conway) as WinForms-app in C#
Rock-paper-scissor implementation of cellular automata
Cellular Automaton projects for Multiscale Modeling classes. So far, it includes Elementary CA (1D), Game of Life (2D) and Grain Growth CA (2D).
A Falling sand game engine.
Grain growth simulation with cellural automaton.
Implementation of Conway's Game of Life.
Utilization of GPU for Parallel Simulation Computations (Master's Thesis)
A 3D falling-sand simulator using cellular automata
Classic Toric Conway's Game of Life code in C# with a GUI !
This library will help you to generate cellular automatons!
3D version of Conway's Game of Life in Unity 6. Features interactive cubic grid, real-time cell manipulation, and optimizations for large-scale simulations.
Cellular Automata App
Cellular Automata Csharp
The graphical simulation of sandpile models a paradigm of a dynamical system displaying self-organized criticality .
2-3-4D cellular automata simulator+visualizer using Unity DOTS
[For fun] Graphic visualizer of cellular automata operation. High performance. Completely on .NET FCL, C#, WPF. Not are used graphics or other third-party libraries.
An implementation of Conway's Game of Life cellular automaton. Implemented in C# .NET WPF.
3D Conway's Game of Life with Auralization powered by Unity.
Cellular automatas are commonly used to create dungeon-like structures for games. But what are the correct parameters? Let's find out with a genetic algorithm.
Created by Stanisław Ulam, John von Neumann
Released 1940