Skip to content

okt/borgrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license Workflow Status

borgrl

A rougelike written in Rust as a means of learning the language. Feel free to look about.

Running

To run for debug

cargo run

Compilation

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

License

Licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published