👋 Hey everyone! I’ve been learning Zig (and also Raylib), and made a simple implementation of Conway’s Game of Life:
Repo: https://github.com/cincip/game-of-life-zig
This is my first time working with a systems programming language and a game library, so I’d love feedback specifically on:
- How I’ve organized the code (design/architecture, which files do what, etc.)
- Any more “Zig-like” patterns or idioms I should use
- General tips for writing clearer or safer Zig code
It’s still a WIP, so I’d really appreciate any suggestions. Thanks!