Skip to content

Conway's game of life, implemented [poorly] in zig

Notifications You must be signed in to change notification settings

BoundlessCarrot/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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%

About

Conway's game of life, implemented [poorly] in zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages