alxrey / game-of-life

Implementation in C of the Conway's game of life with result displayed on stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's game of life

Implementation in C of the Conway's game of life with result displayed on stdout.

Living cells are represented by a #, dead cells by a .

Result:

About

Implementation in C of the Conway's game of life with result displayed on stdout


Languages

Language:C 100.0%