C
cellular automaton
Projects with this topic
-
This is my practice code wich generate patter of symbols in console of size 80x80 according to "Rule 110" cellular automata.
Fist line generated pseudo-randomly, and every next line is based on previous.
Updated -
Development of the C code of the cellular automaton "The Game of Life".
Updated -
A simple implementation of Conway's Game of Life
Updated -
An OpenGL application (written in C++) that provides the user with either a 'Conway's Game of Life' Cellular Automaton, or a custom automaton of square cells. The user can set up an initial state and a delay in milliseconds and watch it evolve.
Updated