Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 235 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 235 Bytes

Conway's Game of Life

Implemented in Zig!

boardPrint func still needs some work (can I not \r multi-line strings?) but the rest works as expected.

Ex. program call (blinker): ./cgol --width 5 --height 5 --set 2,1 2,2 2,3%