A game idea that's not finished but interested in having over 1000 enemies attacking the center base. Let's see how this goes
Using bevy game engine with ECS style programming to achieve this insance goal
- Make sure to have Rust installed to latest version.
- Run
cargo run
.
./export_windows_86_64.sh
-
Install wasm32
rustup target install wasm32-unknown-unknown
-
Make sure you have wasm-bindgen-cli
$ cargo install -f wasm-bindgen-cli
-
Run web build shell script
./export_web_build.sh