Skip to content

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

Notifications You must be signed in to change notification settings

federicobaldini/life-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published