Game of Life 🚀

An implementation of the standard Conway Game of Life. The game logic is written in WASM-targeted Rust with a light Js frontend. Read through the source code here. It was written following the guides in the Rust & WebAssembly book.