Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 200 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 200 Bytes

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: