Skip to content

transistorfet/fallingrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falling Rust

Started April 13, 2020

A simple falling sand game written in Rust and compiled to Web Assembly. A demo is available at https://transistorfet.github.io/fallingrust/

Running

To build the rust source:

wasm-pack build

To run the node server:

cd www/
npm i
npm start