Skip to content

danprince/zig-wasm-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig Life

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.