brkrs 0.0.1

Breakout/Arkanoid-style game built in Rust using the Bevy engine, with physics powered by bevy_rapier3d
Documentation
1
2
3
4
5
6
7
8
9
10
11
# PR checklist

Please check the items below before requesting review or merging this PR.

- [ ] I ran `cargo test` locally and verified changes pass the test-suite
- [ ] I ran `cargo clippy --all-targets --all-features` and fixed warnings
- [ ] I ran `cargo fmt --all` and formatted the code
- [ ] Relevant docs and/or CHANGELOG.md updated
- [ ] If this PR touches `assets/levels/`, the migration script `scripts/migrate-assets.sh` was run (or migration parity test passes) and backups were created

Optional notes for reviewers: