Recipe :

HTML
CSS
JavaScript
Brick Breaker

Brick Breaker

•   A simple game with 3 difficulty modes in which player has to break bricks by moving the paddle.

•   Created the layout of the game and designed props for ball, paddle and bricks using HTML Canvas.

•   Implemented the movement of ball and paddle considering wall boundaries using JavaScript.