# Game of life The code is written in Rust and is compiled to WebAssembly. [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) is used to interact with JavaScript. See [the wikipedia page](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) to get more information about game of life. ## Getting started ```bash nix-shell --run ./watch ```