Boilerplate for a JS/HTML5 canvas game
A lot of this has been ‘borrowed’ from:\
https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript
The idea here isn’t to build a game for you, or just to steal content from MDN, it’s mostly just to cut out the boilerplate stuff and be able to get going as quickly as possible.
* You can always ask for more, or fork it and PR ;)