Classic Game where you got to destroy all the bricks with the ball
HTML
this game is entirely written in JavaScript and rendered on HTML5 Canvas.
Following a tutorial from MDN i learned the basics of using the Canvas element to implement fundamental game mechanics like rendering and moving images, collision detection, control machanisms, and winning and losing states.