Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 751 Bytes

Arkanoid

An Arkanoid clone made in the Bevy game engine. You can download the latest release here.

How to build

  1. Install Rust and Cargo from rustup.rs.
  2. Install a version of clang for your system from here.
  3. Install Visual Studio C++ Build Tools from here.
  4. Clone this repository.
  5. Run cargo build in the repository directory.
  6. Alternatively, run cargo run to build and run the built program.

How to test

After installing everything from the previous section, run cargo test in the repository directory.