Port of the ascii-bomb game in Rust using the Bevy engine. Available as a web build!
UPDATE: Now there is also an online multiplayer version!
From the root folder run:
cargo run --release
From the root folder run:
wasm-pack build --target web --release
Then move the contents of web
and the assets
folder into pkg
. After that, from the pkg
folder you can start a local server by running:
# if basic-http-server is not yet installed
cargo install basic-http-server
basic-http-server
After that the game should be accessible on localhost:4000
.