document.write("

Error loading game"); function init() { let c = document.getElementById("canvas"); let g = c.getContext('2d'); g.fillStyle = "black"; g.fillRect(0,0,c.width,c.height); }