An implementation of the classic video game Pong using Sprite Kit, an Apple graphics rendering and animation framework.
This implementation provides a working example of the recommendation in the Sprite Kit programming guide to use Double Dispatch to farm out work associated with node physics body contacts in the simulation.