Best Games

Square Monsters Game Online Play Free

Star: 1Star: 2Star: 3Star: 4Star: 5

Welcome to the tests in the secret dungeon! There are a lot of creatures here that want to get out of here. You need to help everyone by controlling their bodies.

In order to go to the next level, you need to bring these cute heroes to the portal. Each time the task will be complicated by the fact that there will be more creatures.

You cannot manage each individually. They will listen to your every command. Be careful not to lead them into a trap. There are abysses, prickly spikes and many other dangerous things.

); var el = document.getElementById(id); var height = $('body').height() $(el).css('height', height +'px'); var onfullscreenchange = function(e){ var fullscreenElement = document.fullscreenElement || document.mozFullscreenElement || document.webkitFullscreenElement; var fullscreenEnabled = document.fullscreenEnabled || document.mozFullscreenEnabled || document.webkitFullscreenEnabled; console.log( 'fullscreenEnabled = ' + fullscreenEnabled, ', fullscreenElement = ', fullscreenElement, ', e = ', e); } el.addEventListener("webkitfullscreenchange", onfullscreenchange); el.addEventListener("mozfullscreenchange", onfullscreenchange); el.addEventListener("fullscreenchange", onfullscreenchange); if (el.webkitRequestFullScreen) { el.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT); } else { el.mozRequestFullScreen(); } document.querySelector('#'+id + ' button').onclick = function(){ exitFullscreen(id); } } function exitFullscreen(id) { onFullScreenExit(id); document.cancelFullScreen(); document.querySelector('#'+id + ' button').onclick = function(){ enterFullscreen(id); } }