Hacker News new | ask | show | jobs
by GlickWick 2 days 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...

1 comments

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?