How do you full screen the game
Do the following to let you click on the game and go fullscreen(F11 returns to normal). In Firefox, right-click Inspect, click Console tab, and enter: document.getElementById('canvas').addEventListener('click', goFullScreen);