Amethyst

Bomberman!

Quickstart

  • Clone the repository
git clone https://github.com/TatriX/bomberman-rs.git bomberman
cd bomberman
  • Build and run the project
cargo run

For Mac Users

This starter uses vulkan as a renderer by default. You'll want to change the backend to use metal, which can be done by opening the Cargo.toml file and changing

[features]
default = ["vulkan"]

to

[features]
default = ["metal"]

For Linux Users

You might need to install some dependencies. Please refer to this section of the README for more details.