doome
doome copied to clipboard
Doom + Cliché = Doomé
Doomé
Enter the amazing world of Doomé: fight through waves of monsters, discover secrets and weapons to reach the final boss and SAVE HUMANITY!
You are our only hope!
Play it online and/or get binaries at:
https://dzejkop.itch.io/doome
Running
Requirements:
- rustup,
- spirv-tools.
$ git clone https://github.com/Patryk27/doome
$ cd doome
$ cargo build-shaders
# ... and then:
$ cargo run-app
# ... or:
$ cargo run-wasm
Building
Web
$ cargo build-shaders
$ cargo build-wasm
$ wasm-bindgen --out-dir ./web --target web ./target/wasm/wasm32-unknown-unknown/release/doome.wasm
$ wasm-opt -O3 -o web/doome_bg.wasm web/doome_bg.wasm