Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 330 Bytes

SMB 3K

Click here to play it

Building and running:

  • Install cargo/rust, install npm/node.
  • Run cargo run to transpile the VB6 source to JS.
  • Run npm install.
  • Run npm run build to bundle the transpiled JS with the engine layer.
  • Run npm start to serve up the game page.