Cellular automaton topic
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.
total-serialism
Toolbox full of Algorithmic Composition methods
sandboxels
In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
cellular-automaton.nvim
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...
Game-of-Life
A simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.
Parallel_CellularAutomaton_Wildfire
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
cellular
A simple command-line tool that generates gif images and animations from elementary cellular automata
cubicLife
Conway's Game of Life in 3D
molecular-ts
Virtual chemistry simultaion. Visualization of the behavior of particles in 2D and 3D space. Artifical life research.
CelLua-Machine
THIS GITHUB IS OUTDATED // A fanmade version of Sam Hogan's Cell Machine made in Love2d, based heavily off the Mystic Mod, that adds a bunch of new cells.