Rock-paper-scissor implementation of cellular automata
-
Updated
Jan 18, 2019 - 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.
Rock-paper-scissor implementation of cellular automata
Implementation of the famous "Game of Life" algorithm (cellular automata discovered by John Horton Conway) as WinForms-app in C#
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.
Utilization of GPU for Parallel Simulation Computations (Master's Thesis)
Implementation of Conway's Game of Life.
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 Csharp
Cellular Automata Alloy Solidification Microstructure Modeling: High-fidelity CPU-accelerated 3D Numerical Simulation Software Package
A 3D falling-sand simulator using cellular automata
[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.
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.
This C# Windows Application project allows users to visualize and simulate the evolution of Conway's Game of Life, with basic features like cell toggling and advanced features like custom game colors and boundary behavior.
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.
The graphical simulation of sandpile models a paradigm of a dynamical system displaying self-organized criticality .
Created by Stanisław Ulam, John von Neumann
Released 1940