- Coding Tutorial: https://youtu.be/LTtfoyHxAVU
- Demo: https://imkennyyip.github.io/pong/
In this tutorial, you will learn how to create the atari arcade classic game, pong. Throughout the tutorial, you will learn how to create the game loop, draw the paddles on the canvas, add click handlers to make the paddles move, detect collisions between the ball and make it bounce off the walls and paddles, and add a running score.