Skip to content

TanishqSingla/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Conway's game of life implemented with rust and wasm

How to build

To build the project you need to have wasm-pack in your machine and then run this command in terminal

wasm-pack build

You also need to install some node packages so inside the web folder run this command

npm install

To finally build the project run the following command in the web folder

npm run build

Running on dev server

Considering you made your wasm package and installing the node modules, run the following command in the web folder

npm run serve

Testing

To test the program run the following command

wasm-pack test --firefox --headless

you can use --chrome --safari in place of --firefox

About

Conway's game of life implemented in rust and wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published