Best Games

Master Fall Down Game Game Online Play Free

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

This brave guy got a very responsible task! He has to go to the location where there are enemies. He has a gun with which he can win. The player will have to be dexterous to hit right on target.

Point your weapon and hold until you build the correct trajectory. After that, release the trigger and watch the enemy fall down. Each level is unique and requires special attention.

Missions will become more difficult, and attempts will not be added. Do not waste them in vain so as not to start over. There will be more red enemies. They can also be found on higher ground.

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