Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 182 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 182 Bytes

Conway's Game of Life in SDL2

conway gif

The program takes 2 arguments:

First is ms refresh rate

Second is % chance to fill each cell

Example: ./conway 100 30