game-of-life.zig
game-of-life.zig

insolor/game-of-life.zig

MIT

WIP: Game of life with infinite (sparse) field implemented in zig

0 0 0 0
4
build.zig.zon  build.zig 
View on Github  
Updated: 3:53:50 PM Fri Nov 22 2024 Size: 24KB Created: 9:30:38 AM Fri Nov 22 2024
Dependencies:
No known dependencies
zig  fetch  --save  git+https://github.com/insolor/game-of-life.zig

Game of Life 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