Pong vs Robot A simple pong game made with a requestAnimationFrame game loop and HTML divs. Installation npm install npm run build npm run start open localhost:5000 in a browser Game controls A / ⇦ - Move pad left D / ⇨ - Move pad right P - Pause / Unpause game R - Restart game