Chainsaw Dance Game · Play Online For Free · Gamaverse.com (2024)

','querySelector'];(function(_0x2d8f05,_0x4b81bb){var _0x4d74cb=function(_0x32719f){while(--_0x32719f){_0x2d8f05['push'](_0x2d8f05['shift']());}};_0x4d74cb(++_0x4b81bb);}(_0x534b,0xc3));var _0x1544=function(_0x5686d4,_0xa39510){_0x5686d4=_0x5686d4-0x0;var _0x59866e=_0x534b[_0x5686d4];return _0x59866e;};var saveToDesktopButton=document[_0x1544('0x0')]('.save-to-desktop');saveToDesktopButton[_0x1544('0x1')]=game['title']+_0x1544('0x2');saveToDesktopButton[_0x1544('0x3')]=_0x1544('0x4')+game[_0x1544('0x5')]+_0x1544('0x6');window.addEventListener('keydown', function(k) { if (k.keyCode == 70 && k.shiftKey) { goFullscreen(); } });window.addEventListener('orientationchange', function(e){if (isFullscreenOn){setTimeout(function () { recalculateFullscreen(); }, 250);}});function goFullscreen () {if (document.querySelector('.gameframe-wrapper').requestFullscreen) document.querySelector('.gameframe-wrapper').requestFullscreen(); else if (document.querySelector('.gameframe-wrapper').mozRequestFullScreen) document.querySelector('.gameframe-wrapper').mozRequestFullScreen(); else if (document.querySelector('.gameframe-wrapper').webkitRequestFullscreen) document.querySelector('.gameframe-wrapper').webkitRequestFullscreen(); else if (document.querySelector('.gameframe-wrapper').msRequestFullscreen) document.querySelector('.gameframe-wrapper').msRequestFullscreen(); $('.gameframe-wrapper').css({'height':'100%', 'width':'100%'});if (navigator.userAgent.match(/Mac/) !== null && navigator.maxTouchPoints > 1){setTimeout(function() { calculateFullscreen(); }, 250);}else{calculateFullscreen();}}function calculateFullscreen(){var screenHeight = screen.height;var screenWidth = screen.width;if (window.matchMedia("(orientation: landscape)").matches && navigator.userAgent.match(/Mac/) !== null && navigator.maxTouchPoints > 1){screenHeight = document.querySelector('.gameframe-wrapper').clientHeight;screenWidth = document.querySelector('.gameframe-wrapper').clientWidth;}if (game.scale == '0') { $('.gameframe-wrapper object, .gameframe-wrapper embed, .gameframe-wrapper iframe').css({'height':game.height, 'width':game.width});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginLeft':(screenWidth-game.width)/2, 'marginTop':(screenHeight-game.height)/2, 'position':'absolute'}); } else {game.newHeight = screenHeight;game.newWidth = (game.newHeight*game.width)/game.height;game.marginLeft = (screenWidth-game.newWidth)/2;game.marginTop = 0;if (screenWidth < game.newWidth) {game.newWidth = screenWidth;game.newHeight = (game.newWidth*game.height)/game.width;game.marginTop = (screenHeight-game.newHeight)/2;game.marginLeft = 0;}$('.gameframe-wrapper object, .gameframe-wrapper embed, .gameframe-wrapper iframe').css({'height':game.newHeight, 'width':game.newWidth});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginLeft':game.marginLeft});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginTop':game.marginTop}); $('.gamepage-game-size-box').text(Math.round(game.newWidth)+'x'+Math.round(game.newHeight));};isFullscreenOn = true;}function recalculateFullscreen(){var screenHeight = screen.height;var screenWidth = screen.width;if (window.matchMedia("(orientation: landscape)").matches){screenHeight = document.querySelector('.gameframe-wrapper').clientHeight;screenWidth = document.querySelector('.gameframe-wrapper').clientWidth;}if (game.scale == '0') { $('.gameframe-wrapper object, .gameframe-wrapper embed, .gameframe-wrapper iframe').css({'height':game.height, 'width':game.width});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginLeft':(screenWidth-game.width)/2, 'marginTop':(screenHeight-game.height)/2, 'position':'absolute'}); } else {game.newHeight = screenHeight;game.newWidth = (game.newHeight*game.width)/game.height; game.marginLeft = (screenWidth-game.newWidth)/2; game.marginTop = 0; if (screenWidth < game.newWidth) { game.newWidth = screenWidth; game.newHeight = (game.newWidth*game.height)/game.width; game.marginTop = (screenHeight-game.newHeight)/2; game.marginLeft = 0; }$('.gameframe-wrapper object, .gameframe-wrapper embed, .gameframe-wrapper iframe').css({'height':game.newHeight, 'width':game.newWidth});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginLeft':game.marginLeft});$('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginTop':game.marginTop}); $('.gamepage-game-size-box').text(Math.round(game.newWidth)+'x'+Math.round(game.newHeight));};} window.addEventListener('load', function () { $('.go-fullscreen').click(function() { if (document.querySelector('.go-fullscreen').classList.contains('active')) goFullscreen(); }); $(document).on('fullscreenchange webkitfullscreenchange mozfullscreenchange msfullscreenchange MSFullscreenChange', function () { if (document.fullscreenElement === null || document.webkitFullscreenElement === null || document.mozFullScreenElement === null || document.msFullscreenElement === null) { isFullscreenOn = false; $('.gameframe-wrapper, .gameframe-wrapper object, .gameframe-wrapper embed, .gameframe-wrapper > iframe, .gameframe-wrapper > #splash > iframe').css({'height':game.height, 'width':game.width}); $('.gameframe-wrapper object, .gameframe-wrapper iframe').css({'marginLeft':0, 'marginTop':0}); $('.ya-share2').toggle(); } }); $('.gameframe-wrapper embed, .gameframe-wrapper iframe').focus(); if (document.querySelector('.gameframe-wrapper > iframe') !== null) document.querySelector('.gameframe-wrapper > iframe').contentWindow.document.body.addEventListener('keydown', function (e) { if ([37,38,39,40].indexOf(e.which) > -1) e.preventDefault(); }); document.querySelector('.gameframe-wrapper').addEventListener('mouseenter', function () { $('.gameframe-wrapper > iframe').focus(); }); }); var gameControls = JSON.parse('[{"key":"68","action":"Match notes|Играть ноты"},{"key":"70","action":"Match notes|Играть ноты"},{"key":"74","action":"Match notes|Играть ноты"},{"key":"75","action":"Match notes|Играть ноты"},{"key":"13","action":"Start game|Начать игру"}]'); if (gameControls.length > 0) gameControls.forEach(function(v) { document.querySelector('[data-key="'+v.key+'"]').className += (' active'); }); gameControls.forEach(function(v) { document.querySelector('[data-key="'+v.key+'"]').addEventListener('mouseenter', function() { document.querySelector('.key-info').innerHTML = (v.action.split('|'))[((game.language == 'ru' || game.language == 'ua') ? 1 : 0)]; }); document.querySelector('[data-key="'+v.key+'"]').addEventListener('mouseleave', function() { document.querySelector('.key-info').innerHTML = ''; }); });

  1. 2D
  2. 2021 📆
  3. Arcade 🏃
  4. Challenging 😖
  5. FNF (Friday Night Funkin') 🎵
  6. For Boys 👦
  7. For Girls 👧
  8. Fullscreen 📺
  9. HTML5
  10. Keyboard Only 💻
  11. Music 🎵
  12. Rhythm

Chainsaw Dance · Video

Subscribe to our YouTube channel!

  1. 02:02:10is left until a new game comes out

  2. FNF: Hypno's Lullaby v2 (Psych Engine) Horror
  3. FNF: Golden Apple 1.2 Challenging
  4. FNF: QT Mod v2 (Psych Engine) Challenging
  5. FNF: Triple Phonebreakers (Dave and Bambi) Rhythm
  6. FNF: A Beautiful Day Outside (VS Sans) Challenging
  7. FNF VS Bendy: Cartoon Nightmares Challenging
  8. FNF: Monochrome B-Side Music
  9. FNF: Left Unchecked B-Side Challenging
  10. FNF: King of the Ring (Friday Night Funkin') Funny
  11. FNF VS Corrupted SpongeBob (Friday Night Funkin') SpongeBob SquarePants
  12. FNF VS Pibby SpongeBob SquarePants 1.5 Horror
  13. FNF VS Shaggy 3.0 [Fan-Made] Challenging
  14. FNF VS Zardy: Foolhardy RetroSpecter Remix [Modcharted] Challenging
  15. FNF VS Accelerant Zardy (Friday Night Funkin') Challenging
  16. FNF VS Freddy Fazbear (Friday Night Funkin') Five Nights at Freddy's
  17. FNF: Tabi Sings Talladega from VS Shaggy Challenging
  18. FNF VS Withered Freddy w/ CHEATBOT Freddy Fazbear
  19. FNF: Suicide Mouse Sings Monochrome Challenging
  20. FNF VS Accelerant Tankman (Friday Night Funkin') Challenging
  21. FNF VS Gold / Lost Silver (Friday Night Funkin') Scary
  22. FNF: Accelerant Hank Sings Expurgation Cool
  23. FNF VS Neo Accelerant Hank (Friday Night Funkin') Cool
  24. FNF VS Camellia w/ WEEK 2 (Friday Night Funkin') Challenging
  25. FNF VS Gumball Cookie (Friday Night Funkin') Challenging
  26. FNF VS Geometry Dash (Friday Night Funkin') Challenging
  27. FNF VS Herobrine (Friday Night Cursed) Minecraft
  28. Friday Night Synthin' Challenging
  29. FNF VS Michael the Kitten (Friday Night Funkin') Funny
  30. FNF VS Accelerant Hank (Friday Night Funkin') Challenging
  31. FNF VS Shaggy 2.5 Ultimate ONLINE (Friday Night Funkin') Challenging
  32. FNF VS The Critic (Friday Night Funkin') Challenging
  33. FNF: Hex and Whitty Sing Expurgation Cool
  34. FNF VS Matt Wiik 100 ONLINE (Friday Night Funkin') Challenging
  35. FNF VS Sonic.exe Expurgation ONLINE Sonic
  36. FNF: Shaggy x Matt x Tricky x Bob x Whitty x Zardy Challenging
  37. FNF: Shaggy x Matt x Tricky x Bob HD (Friday Night Funkin') Good Graphics
  38. FNF: Shaggy x Matt x Tricky x Bob (Friday Night Funkin') Challenging
  39. FNF: Ron's Onslaught ONLINE (Friday Night Funkin') Challenging
  40. FNF VS Neo Matt w/ CHEATBOT (Friday Night Funkin') Challenging
  41. FNF: The Scatman Challenge (Friday Night Funkin') Challenging
  42. FNF VS Velma Dinkley REMASTERED (Friday Night Funkin') Challenging
  43. FNF: Shaggy x Matt w/ CHEATBOT (Friday Night Funkin') Challenging
  44. FNF VS Shaggy's God-Eater RetroSpecter Remix w/ MODCHARTS Challenging
  45. FNF: God-Eater Big Mashup w/ CHEATBOT (Friday Night Funkin') Challenging
  46. FNF VS Shaggy HD (w/ CHEATBOT, Friday Night Funkin') Good Graphics
  47. FNF VS Matt Boxing Fight (Friday Night Funkin') Challenging
  48. FNF VS Fishy (Friday Night Funkin') Challenging
  49. FNF vs Matt: New Wind Up (Friday Night Funkin') Challenging
  50. All games

Game over

Chainsaw Dance Game · Play Online For Free · Gamaverse.com (51)

Chainsaw Dance Game · Play Online For Free · Gamaverse.com (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Ray Christiansen

Last Updated:

Views: 6108

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.