a re-implement of enter the gungeon with bevy engine
- rustc 1.69.0
- rustc 1.71.0-nightly
first you need to generate the demo level file with this command:
cargo run --package world_generator --bin world_generator
then you can run the game with this command:
cargo run --package enter-the-gungeon --bin enter-the-gungeon --release RUST_BACKTRACE=1
it will run all the test
cargo test --all
it will run all the benchmark, notice it should run with nightly channel
cargo +nightly bench --all