Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 545 Bytes

File metadata and controls

21 lines (16 loc) · 545 Bytes

Breakout Game 2D

image

web development game with javascript

I'm using pure JavaScript to get a solid knowledge of web game development and JavaScript language.

Steps :

  1. Create the Canvas and draw on it
  2. Move the ball
  3. Bounce off the walls
  4. Paddle and keyboard controls
  5. Game over
  6. Build the brick field
  7. Collision detection
  8. Track the score and win
  9. Mouse controls
  10. Finishing up

https://developer.mozilla.org