Demo: Game Of Life
Play Conway’s Game of Life in your browser! Rust compiled to WASM, using the macroquad crate.
About
Conway’s Game of Life is a classic cellular automaton. This implementation is written in Rust, rendered using Macroquad, and made available in the browser via WebAssembly.