My C++ implementation of Conway's Game of Life
-
Updated
Apr 10, 2018 - 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.
My C++ implementation of Conway's Game of Life
Conways Game of Life in Arduino, display is a Nokia Display
A simple implementation of Langton's ant
Yet another implementation of Conway's Game of Life cellular automaton. With C++ and the SFML library.
It's a WireWorld game made in C++ and SFML library. Enjoy it !
CAVIS provides a simple way of displaying your cellular automaton.
This is a model plugin for Evoplex. It implements a simple model to simulate the spread of infection across a population.
This is a model plugin for Evoplex. It implements a few elementary cellular automaton rules.
An evoplex plugin implementing life-like cellular automata
Evolving Cellular Automata rules for Image segmentation with Genetic Programming
C++ implementation of cellular automata
A high performance OpenMP implementation of Conway's Game of Life with an SFML visualizer
Conway's Game of Life for the Advanced Algorithms and Data Structures course of the Computer Science degree program.
Conway's Game of Life generalization for the Advanced Algorithms and Data Structures course of the Computer Science degree program.
Conway's Game of Life simulation made using C++ and Raylib
Cellular device capture and monitoring.
Created by Stanisław Ulam, John von Neumann
Released 1940