@jeffy24
pinball-pixi-bumper-bash
Launch, flip, and combo through a neon PixiJS bumper-bash pinball table.
About this tile
Pixi Bumper Bash
Pixi Bumper Bash is a fast mobile pinball table built with PixiJS rendering and lightweight deterministic TypeScript physics. Launch the ball, work the flippers, light lanes, and chain bumper hits into short repeatable score runs that resume if you close and reopen the app.
What you can do
- Launch with a glowing plunger — hold and release the right-side plunger to choose launch power.
- Flip from safe touch zones — hold the left and right halves of the screen for mobile-first flipper control.
- Chase lane and bumper combos — light L-I-T-E lanes, pop neon bumpers, and build up to a 5x multiplier.
- Resume mid-run — synced-store saves the current ball position, velocity, score, combo, lives, lane lights, targets, and terminal state as you play.
Built on Synced-Store
The game persists the active run through synced-store: session id, seed, physics snapshot, score, combo, lives, objectives, terminal status, and last-save sequence are all stored so the same table state can be restored after a remount or reopen.