An Arkanoid clone made in the Bevy game engine. You can download the latest release here.
- Install Rust and Cargo from rustup.rs.
- Install a version of clang for your system from here.
- Install Visual Studio C++ Build Tools from here.
- Clone this repository.
- Run
cargo build
in the repository directory. - Alternatively, run
cargo run
to build and run the built program.
After installing everything from the previous section, run cargo test
in the repository directory.