A minimalist Pong-like arena prototype built on Mini Arcade.
Deja Bounce serves two roles:
- a tiny shippable game
- a reference project that validates engine features
- scenes + system pipeline
- input → intents
- collisions (2D)
- fixed tick simulation (replay-friendly direction)
- backend swapping (native / pygame)
- capture hooks (screenshots / recordings) (as implemented)