Hello everyone,
I am looking for an FP implementation of a pong game with more realistic ball physics. For example, I would like the ball to bounce off from polygon objects with proper angle. Something like the picture below. I would like to have complex polygons (maybe also circles) inside the field.
I suppose this is best done using the pixel-perfect collision with pixel masks, so I would also appreciate a link to a tutorial about that. Cheers.