insolor/game-of-life.zig
WIP: Game of life with infinite (sparse) field implemented in zig
WARNING WORK IN PROGRESS
This is an implementation of Conway's Game of Life in the Zig programming language with infinite field.
The field is represented as a sparse 2D array of blocks.
Started as a reimplementation of a prototype of the same idea in python: insolor/game-of-life