Best Games

Push the Mouse Game Online Play Free

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

This time you will control two rodents. They are very hungry and want to get to the cheese. They can’t do it without your help, so hurry up! The field is divided into cells.

One cell is one step that your heroes can take. You need to think logically to guide them straight to the food.

With each level, the task will become more difficult. For example, after a while, portals will appear that can move animals to another part of the territory. Make sure they move each other in the right direction!

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