Skip to content

Instantly share code, notes, and snippets.

@ImSkully
ImSkully / gol.c
Created November 7, 2019 21:59
Conway's Game of Life
/**
Conway's Game of Life
Forked by Skully
Original Author: Huynh Quang Huy
TODO: Detect stale states.
TODO: Provide option to automatic generation stepper.
TODO: File output and input of patterns.
COMPILING WITH GCC: