A port of https://github.com/gunstein/Pinball2D to the Avian physics engine.
Using the Bevy game engine and Avian physics engine for a simple 2D pinball game.
Cargo is a prerequisite.
git clone https://github.com/francisdb/Pinball2DAvian.git
cargo run --release| Key | Action |
|---|---|
| Left Shift / Left Arrow | Left flipper |
| Right Shift / Right Arrow | Right flipper |
| Enter | Hold to pull the plunger back, release to launch |
| Z | Nudge left |
| / | Nudge right |
| Space | Nudge (center) |
| Escape | Quit |
Nudge keys mirror Visual Pinball's defaults.
