retro break time
Everyone needs a little downtime once in a while. Here's an old - OLD - old school game to spend five or ten minutes playing while you catch your breath.
Built on a simple HTML/CSS base, PONG is driven by JavaScript writing to the HTML canvas element. Different colors, fonts and shapes are utilized throughout the game.
JavaScript captures the user's mouse movement to control their on-screen paddle. Various points of impact of the ball change the return angle and speed.