Javascript - Pong Game Simple pong game using vanilla JavaScript. Approach Using the CanvasRenderingContext2D interface (part of the Canvas API) to render the elements and Window.requestAnimationFrame() for a smooth animation. View project Pong Demo