Best Games

Springy Walk Game Online Play Free

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

This entertainment will remind you of childhood. Everything here is so bright and colorful, so don’t ruin it! You have to control a thing that can stretch. Its form will be controlled by the player himself.

You need to correctly calculate the trajectory in order to collect all the stars. Beware of the thorns! If it is wrong to make a movement and get on this sharp obstacle, then you will lose.

To avoid such a situation, you need to be very careful. Try to set your own maximum record!

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