Drunken Duel : Play for Free Online

Fullscreen // Request fullscreen if (iframe.requestFullscreen) { iframe.requestFullscreen(); } else if (iframe.mozRequestFullScreen) { // Firefox iframe.mozRequestFullScreen(); } else if (iframe.webkitRequestFullscreen) { // Chrome, Safari and Opera iframe.webkitRequestFullscreen(); } else if (iframe.msRequestFullscreen) { // IE/Edge iframe.msRequestFullscreen(); } // Rotate the phone to landscape if (screen.orientation && screen.orientation.lock) { screen.orientation.lock(‘landscape’).catch(function(error) { console.log(‘Orientation lock failed: ‘, error); }); } }); NOTE: MAKE SURE TO ROTATE YOUR SCREEN IN ORDER TO PLAY THIS GAME OR CLICK THE FULLSCREEN BUTTON