Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Patryk27/doome

Doom + Cliché = Doomé
https://github.com/Patryk27/doome

doom game gamejam-2022 web

Last synced: 2 months ago
JSON representation

Doom + Cliché = Doomé

Lists

README

        

# Doomé

![](https://img.itch.zone/aW1nLzEwNjQzNzA3LnBuZw==/original/XLgWmN.png)

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.

``` shell
$ git clone https://github.com/Patryk27/doome
$ cd doome
$ cargo build-shaders

# ... and then:
$ cargo run-app

# ... or:
$ cargo run-wasm
```

## Building

### Web

``` shell
$ 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
```