meteor-pinball
@jeffy24

meteor-pinball

Drag-launch meteors through glowing pegs into multiplier catches in a fast ricochet score chase.

About this tile

Meteor Ricochet

Meteor Ricochet is a Matter.js-powered pachinko/ricochet score chaser where one drag launches a glowing meteor through pegs and multiplier catch buckets. It no longer pretends to be flipper pinball: the skill is reading the dotted launch arc, banking through bonus pegs, and catching the meteor in the 4× center lane.

What you can do

  • Launch one-handed: drag down from the bottom launch ring and release to fire upward.
  • Read the shot: a dotted preview arc and meteor trail show where the launch is headed.
  • Chase combos: hit bonus and gravity pegs before landing in a multiplier catch.
  • Avoid dead runs: every normal launch gives visible score feedback, with five meteors to clear the orbit target.
  • Resume safely: synced-store persists the current run state plus recent completed runs, so close/reopen restores the run.

Built on Matter.js

The app uses Matter.js bodies for the meteor and pegs, fixed-step simulation, and synced-store for the resumable current run plus lightweight run records.