Conway's Game of Life implemented with Zig and WebAssembly.
Mostly built to serve as a reference project. Contains examples of sharing memory, printing with format strings, and two way function calls.
- Click to paint
- space Pause
- esc Clear
Run zig build
to compile a new life.wasm
.