A test roguelike game using the Bevy engine.
If you don't have Rust, you can install it using rustup.
On Debian based systems you can install the required packages using apt install libasound2-dev libudev-dev
.
Then run
cargo run
This project is released under the MIT Licence found in the licence file, except for the files src/helpers/camera.rs
and src/helpers/texture.rs
which are from thebevy_ecs_tilemap
examples and are licenced under that project's licence.