Pick a combo, hit play, and watch the ball trace the shot path with a fading trail. Coordinates are approximate — use Calibrate mode to click your own exact shot positions.
Combo Shots
Click anywhere on the playfield to log its x, y coordinates (in image space, 1080×2500). Use these to build your own combo paths.
// click the playfield…
Prototype built with vanilla Canvas — no dependencies. Combo paths live in the COMBOS array at the top of the script: each is a list of {x,y} waypoints, smoothed into a curve and walked at constant speed. Swap in your own calibrated coordinates and this becomes an accurate shot-path viewer for the whole cheat sheet.