A web application that plays the John Conway's Game of Life, using TypeScript, Rust and WebAssembly.
To successful run this code, you need to have Rust and Cargo installed on your Machine.
For the instalation guide click here.
Just clone the repo and use cargo to run the code as shown below
$ git clone https://github.com/federicobaldini/life-game
$ cd life-game
life-game->$ wasm-pack build --target web
Then to start the web application
life-game->$ cd server
Install the dependencies:
npm install
then start the development server:
npm run dev
Navigate to localhost:3000. You should see the app running.