brkrs 0.0.1

Breakout/Arkanoid-style game built in Rust using the Bevy engine, with physics powered by bevy_rapier3d
Documentation
# brkrs Documentation

Welcome to the brkrs documentation! **brkrs** is a Breakout/Arkanoid style game built with Rust and the Bevy engine.

```{image} _static/images/sample-gameplay.png
:alt: brkrs gameplay
:width: 400px
:align: center
```

**Quick links**:

- 🎮 [Play the web version]https://cleder.github.io/brkrs/
- 📖 {doc}`quickstart` — Get running in 10 minutes
- 🛠️ {doc}`developer-guide` — Contribute to the project

## Getting Started

```{toctree}
:maxdepth: 2
:caption: For Players

quickstart
troubleshooting
faq
```

## Developer Resources

```{toctree}
:maxdepth: 2
:caption: For Developers

developer-guide
contributing
asset-format
architecture
bricks
```

## API Reference

```{toctree}
:maxdepth: 1
:caption: API

api-reference
```

## Indices and tables

- {ref}`genindex`
- {ref}`search`