Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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);