Conway's Game of Life in 3D
-
Updated
Oct 7, 2025 - C++
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.
Conway's Game of Life in 3D
2D Liquid simulator with cellular automaton in Godot (GDNative / C++) - Godot 3.2
The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
Framework for building parallel cellular automata in C++. In it you can also find a work-stealing threadpool and a reusable barrier that you can use in other projects.
c++/Qt library for displaying and interacting with cellular automata
Game of life implemented with the cellular automaton algorithm
A highly performant C++ & Web implementation of Langton's ant
Conway's Game of Life on OLED ssd1306 I2C with Arduino Uno
Evolving Cellular Automata rules for Image segmentation with Genetic Programming
A visual simulation of colonization
This is a model plugin for Evoplex. It implements a few elementary cellular automaton rules.
Cellular Automata from an Actor's perspective.
A Genetic Algorithm Application and Related Scripts to explore Emergent Cellular Automaton similar to Conway's Game of Life.
ESP32 (ESP8266) paired with 433MHz wearable button to make a cell phone call as an emergency notification.
Celluar Automator Library is my C++ library for easily creating various celluar automatons
This is a model plugin for Evoplex. It implements a simple model to simulate the spread of infection across a population.
an open-source sand simulation I made to practice making games
A high performance OpenMP implementation of Conway's Game of Life with an SFML visualizer
The Artificial Simulation of Human Behavior is a side project where I'm trying to recreate all the behavior of humans among a population using machine learning
Created by Stanisław Ulam, John von Neumann
Released 1940