Best Games

Deliver It Master Game Online Play Free

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

In this challenge you will control a guy. He got a new job as a courier. Help him complete all the tasks and become a master! He will get on his motorcycle and go.

When the hero passes by special marks, then click on the screen. This way you leave the package to the customer. Each level will have different tracks that are filled with obstacles.

Try to do everything right to get as much money as possible. Also orders will always differ from each other. You will never know what awaits you right now! Be careful and get ready for an exciting quest! Good luck!

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