A rougelike written in Rust as a means of learning the language. Feel free to look about.
To run for debug
cargo run
To build a release build for WASM.
cargo build --release --target wasm32-unknown-unknown
To build a release for the wasm/
hosted website presentaion.
wasm-bindgen target/wasm32-unknown-unknown/release/borgrl.wasm --out-dir wasm --no-modules --no-typescript
Licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)