Repository navigation
Cellular automaton
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.
A useless plugin that might help you cope with stubbornly broken tests or overall lack of sense in life. It lets you execute aesthetically pleasing, cellular automaton animations based on the content of neovim buffer.
In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
Toolbox full of Algorithmic Composition methods
A computer in Conway's game of life
Scalable computer implemented in the game of life.
Simulations of Traffic System Based on the Theory of Cellular Automaton / 基于元胞自动机的交通系统仿真
GUI for glider logic in Conway's game of life.
Evolve complex cellular automata with a genetic algorithm.
🎲 Interactive Conway's Game of Life simulation written in Haxe
Generic cellular automaton plugin for bevy.
Game of Life with different update rules and on a bunch of different topologies (sphere, torus, klein bottle, etc.)
Simple Python script that generates cellular automata posters as PDF files.
Simulation of wildfire using cellular automaton and used mpi4py to parallel the program. Final Project for High Performance Computing and Parallel Computing Spring 2018@GWU
A simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.
Virtual chemistry simultaion. Particle automata. Visualization of the behavior of particles in 2D and 3D space. Artifical life research.
The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
A simple command-line tool that generates gif images and animations from elementary cellular automata