In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
-
Updated
Apr 11, 2025 - JavaScript
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.
In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
Toolbox full of Algorithmic Composition methods
(WIP) An interactive web app for exploring cellular automata.
Cellular automaton 'Game of Life' implemented in React
Cellular automata implementation in JavaScript
🧫 A complex cellular automaton which simulates an entire ecosystem : universe, flora and fauna.
Simulating Cellular Automaton
MIRROR of https://codeberg.org/catseye/Schroedingers-Game-of-Life : Conway's Game of Life meets Schrödinger's Cat
A Cyclic Cellular Automaton
A library to easily program and render life-like cellular automata.
MIRROR of https://codeberg.org/catseye/Braktif : A cellular automaton that simulates a Brainfuck interpreter
MIRROR of https://codeberg.org/catseye/REDGREEN : A cellular automaton which simulates a little "physical" world
Cellular Automata and simulation of life using Conway's game of life.
Cellular automaton simulation system
A Javascript tool to generate totalistic cellular automata.
WebGPU based, path-traced 3D cellular automatons, rendered and computed real time.
MIRROR of https://codeberg.org/catseye/Circute : A cellular automaton that simulates NAND gates
A website created using React JS, which implements a simple cellular automata technique
A grid-based 2D sandbox inspired by cellular automata.
Conway's Game of Life in HTML5 Canvas, CSS, JavaScript
Created by Stanisław Ulam, John von Neumann
Released 1940