mirror of
https://codeberg.org/emilwilliams/life
synced 2024-11-21 11:35:45 -05:00
Conway's Game Of Life
.gitignore | ||
life.c | ||
README.md |
Conway's Game Of Life
An implementation in C.
Usage: ./life [GRID SIZE=20] [WAIT BETWEEN EACH STEP=4] [MAX STEP=-1]
WAIT is written as 1e6 / WAIT, which we wait as a fraction of a second.
I will one day write a good frontend for the CLI, along with proper logging, and readin and readout of RLE, and maybe more.