Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 913 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 913 Bytes

life-game

A web application that plays the John Conway's Game of Life, using TypeScript, Rust and WebAssembly.

application

Requirements

To successful run this code, you need to have Rust and Cargo installed on your Machine.

For the instalation guide click here.

Getting started

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.