A Rust remake of the ascii-bomb game, built with the Bevy engine.
🎮 Play it now in your browser!
🌐 Try out the multiplayer version!
- Story Mode: Battle through three different areas with unique boss encounters
- Battle Mode: Compete in fast-paced matches against up to 7 other AI players
- Cross-Platform: Native desktop and web browser support
- Mobile-Friendly: Touch controls optimized for mobile devices
- ???: Press F to pay respects... and discover something hidden away in the controls menu.
From the root folder run:
cargo run --release-
From the root folder build the WebAssembly package:
wasm-pack build --target web --release
-
Prepare the web assets:
# Copy web files and assets to the pkg directory cp -r web/* pkg/ cp -r assets pkg/
-
Serve locally:
# Install the server if you haven't already cargo install basic-http-server # Start the server from the pkg directory cd pkg && basic-http-server
-
Open your browser and navigate to
http://localhost:4000








