tempbottle / rusty-bomber

Bomberman clone in Bevy

Home Page:https://rgripper.github.io/rusty-bomber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

cargo install cargo-make
rustup target add wasm32-unknown-unknown

How to play?

You can download and try it here, but currently only the win10 version is compiled.

You can also try it online directly here, but due to network speed and other reasons, the loading time may be very long.

    Arrows: move
    Space: set bomb
    Enter: start or restart
    Esc: Exit the game

Build and serve WASM version

cargo make -p release wasm-serve

then point your browser to http://127.0.0.1:4000/

Build and run native version

cargo run --features native-release --release

Bundle and deploy WASM version

cargo make -p release build-wasm-bundled
cd web
yarn # should really do it only once to install webpack stuff
yarn build
yarn deploy

Developer

cargo run --features native

Assets and Attribution

Bomb Party v4 screenshot

Made by most: usr_share at https://opengameart.org/content/bomb-party-the-complete-set

door: awesomeduck at https://opengameart.org/content/wall-door-tileset

speed icon: antum_deluge at https://opengameart.org/content/cc0-footgear-icons

power icon: victordelima at https://opengameart.org/content/16-bit-rpg-potion-pack

bomb icon: sprite_attack at https://opengameart.org/content/emotional-explosives

Licenses: CC 3.0 CC 1.0

About

Bomberman clone in Bevy

https://rgripper.github.io/rusty-bomber


Languages

Language:Rust 97.1%Language:HTML 2.0%Language:JavaScript 0.9%