Using Javascript
I learned how to create the atari arcade classic game, breakout. This game is also known as block breaker or brick breaker. I learned how to create the game loop, draw the paddle on the canvas, add click handlers to make the paddle move, detect collisions between the ball and make it bounce off the walls and paddle, add a running score, detect game over and reset game, and generate blocks for endless levels.