Home

Cellular Automata


About

This is a cellular automata simulator built using TypeScript. It allows you to see the next interation of the automata, change board dimensions, rotate board, update speed, auto play, and select different automata. See Cellular Automata for more information. Right now there is Conway's Game of Life, Seeds, Brians Brain, Day and Night, and Wireworld. Only automata with transitions based on their Moore neighborhood are supported.