4dityaratan / breakout-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakout! Game

Game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the HTML5 canvas element and API

Project Specifications

  • Draw elements on canvas
  • Use canvas paths to draw shapes
  • Add animation with requestAnimationFrame(cb)
  • Move paddle on arrow key press
  • Add collision detection
  • Keep score
  • Add rules button with slider

About


Languages

Language:JavaScript 72.3%Language:CSS 14.6%Language:HTML 13.1%