Following MDN tutorial on developing 2D breakout game using pure JavaScript

To run the game:

  • execute the following commands:
    npm install
    node_modules/grunt-cli/bin/grunt
    
  • open build/index.html in your browser