Skip to content

bbarker/RustyRogue

Repository files navigation

Rusty Rogue

Play online

A web-browser version of the game is available here.

Building for the Browser

A full guide with which most of these notes are based on are located at in the Roguelike Tutorial - In Rust.

Initial Setup

  • rustup target add wasm32-unknown-unknown
  • cargo install wasm-bindgen-cli
  • cargo install cargo-server for testing locally

Building and Running Locally

  • ./web_build.nu
  • cargo server --path ./wasm

Recurring gotchas

  • wasm-bindgen needs to be reinstalled when the Rust toolchain is updated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages