Skip to content

team-nullptr/arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.