Game.mount - Pixelize
game.update(document.body); // Mounts game to the bodyGame.mount mounts a Game to an element in the DOM. This should be done after the update and draw methods are set.
Paramaters:
element: AnHTMLElementto mount the game in.