Best Games

Towra Game Online Play Free

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

The main character is very brave and goes on a long journey. He has to overcome many dangers to get to the mysterious place. His main task is to collect all the keys. It will not be easy, because there are a lot of opponents here.

They want to thwart all his plans, so they set up traps. They will block the road so that you cannot move further. You need to react quickly to bypass them.

There are also sharp saws that change their place every second. You need to try not to get hurt. Be confident in your actions!

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