/2D-Cellular-Automata

C Implementation of 2D Cellular Automata that utilises an iterative approach

Primary LanguageCMIT LicenseMIT

2D-Cellular-Automata

C Implementation of 2D Cellular Automata illustrated by Conway's Game of Life.

Run Code

gcc -Wall automata.c -o automata