Index
Part0 -- Set up the necessary files and lay the ground work for pong using JavaScript.
Part1 -- Add a ball and get things moving with a fixed time step game loop that keeps framerate consistent across different devices!
Part2 -- Add some paddles and sound effects to make the game playable!