Skip to content

fborello-lambda/ConwaysGoL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's GoL

What?

Conway's Game of Life written in Rust using the crate MacroQuad with WASM.

Why?

This is a simple project that is used as a Rust+WASM playground. Collaborative workflow using git is also put into practice.

How?

Instructions:

Locally:

cargo run 

Test WASM locally:

Deps:

rustup target add wasm32-unknown-unknown 
cargo install basic-http-server

Now the Makefile can be used as follows. It starts automatically the server at localhost:4000

make wasm

Web:

TODO! -> add link to github pages

About

Conway'sGoL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published