Remix.run Logo
GlickWick 2 hours ago

Definitely. Looking at the code it weirdly changes ball accel, which is not how nudging works in actual pinball.

https://github.com/alula/SpaceCadetPinball/blob/master/Space...

pixelesque 33 minutes ago | parent [-]

Possibly because it's easier to approximate the ball's position moving vs the table than simulating the table's position in space moving (which is what happens in real life with a nudge?) and the ball's trajectory not altering?