Ahuang0107 / enter-the-gungeon

a re-implement of enter the gungeon with bevy engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a re-implement of enter the gungeon with bevy engine


Languages

Language:Rust 100.0%