Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 784 Bytes

Block-Breaker

Play Game Here!

Game View

Summary

Break the blocks as they come down the screen and make sure they never hit the bottom or else you lose!

How to Play

Press left and right arrow keys to adjust the launch angle, then hit spacebar to launch the balls.

Technical Details

  • 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.

Todo

  • Add in game instructions.
  • Implement ball collection during gameplay.
  • Implement touch event listeners for mobile gameplay.