Vogel Project Recording

by Michael X

Description

My project is a slightly revised version of the paddle ball game. Much of the game is what is to be expected - the player initiates the game with a mouse click on the canvas, the ball bounces off the paddle depending on where on the paddle the ball strikes, and the player has 3 turns to win (this is a constant variable). Additionally, after each set increment of time, there is a row of bricks added to the top of the rows of bricks. If the player is able to clear all bricks before 1) the player exhausts all games, or 2) the rows of bricks extends to the area of the paddle, the player wins. Otherwise, the player loses the game.