Skip to content

sarsapar1lla/rust-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Rust implementation of Conway's Game of Life.

Test

Run tests using cargo:

$ cargo test

Build

Build a web assembly distributable:

$ cargo build

Run locally

The app can be run locally using trunk:

$ trunk serve --open

About

Rust implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published