Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 712 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 712 Bytes

readme

a re-implement of enter the gungeon with bevy engine

Current Progress

ScreenShot

Build

  • rustc 1.69.0
  • rustc 1.71.0-nightly

Run

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

Test

it will run all the test

cargo test --all

Bench

it will run all the benchmark, notice it should run with nightly channel

cargo +nightly bench --all