Skip to content

rudehn/rust-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Set Up

Installing Rust

https://www.rust-lang.org/tools/install

Releasing with WASM for Online Play

Following instructions from here or here

rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo install wasm-server-runner
cargo install cargo-watch
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen target\wasm32-unknown-unknown\release\rust-roguelike.wasm --out-dir wasm --no-modules --no-typescript

Running WASM build on Local Server

python3 -m http.server
# Navigate to 127.0.0.1:8000

Additional Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages