Break the blocks as they come down the screen and make sure they never hit the bottom or else you lose!
Press left and right arrow keys to adjust the launch angle, then hit spacebar to launch the balls.
- Draws graphics on HTML5 Canvas to allow for responsive design.
- Consistent block generation allows for infinite playing.
- Object oriented programming in JavaScript.
- Persists current game status and high score in local storage.
- Add in game instructions.
- Implement ball collection during gameplay.
- Implement touch event listeners for mobile gameplay.