insolor/game-of-life.zig
Game of life with infinite (sparse) field implemented in zig
master
This is an implementation of Conway's Game of Life in 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
Plans:
Infinite field
Engine (calculate next field state)
GUI (raylib)
Mouse and keyboard control