Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mazurwiktor/bombermania

Bombermania is a massive multiplayer online battle game
https://github.com/mazurwiktor/bombermania

Last synced: about 2 months ago
JSON representation

Bombermania is a massive multiplayer online battle game

Awesome Lists containing this project

README

        

Bombermania
-----------
Massive multiplayer online battle game

## Running web client

Follow the steps on the [hellorust website](https://www.hellorust.com/setup/wasm-target/)
in order to set up everything.

Go to the client directory

```bash
cd client
```

Build wasm library
```bash
# use `cargo +nightly build (...)` if nightly is not your default
cargo build --release --target wasm32-unknown-unknown
```

Copy built library to the web directory
```bash
cp target/wasm32-unknown-unknown/release/client.wasm web
```

```
python -m SimpleHTTPServer
```