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.

List Cellular automaton repositories

total-serialism

149
Stars
10
Forks
Watchers

Toolbox full of Algorithmic Composition methods

sandboxels

174
Stars
329
Forks
Watchers

In-browser falling-sand simulation game with over 500 elements and thousands of reactions.

cellular-automaton.nvim

1.8k
Stars
30
Forks
Watchers

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

30
Stars
12
Forks
Watchers

A simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.

Parallel_CellularAutomaton_Wildfire

44
Stars
17
Forks
Watchers

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

29
Stars
1
Forks
Watchers

A simple command-line tool that generates gif images and animations from elementary cellular automata

molecular-ts

21
Stars
0
Forks
Watchers

Virtual chemistry simultaion. Visualization of the behavior of particles in 2D and 3D space. Artifical life research.

CelLua-Machine

15
Stars
12
Forks
Watchers

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.