Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mazurwiktor/bombermania
- Owner: mazurwiktor
- License: mit
- Created: 2018-11-13T19:51:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:10:09.000Z (over 1 year ago)
- Last Synced: 2024-06-09T11:49:31.150Z (7 months ago)
- Language: Rust
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```