https://unblocked-games.s3.amazonaws.com/adventure/index.html

提交的 URL:
https://unblocked-games.s3.amazonaws.com/adventure/index.html
报告完成时间:

链接 · 找到 2 个

链接文本
https://freezenova.blogSubscribe
https://www.youtube.com/@freezenova

JavaScript 变量 · 找到 38 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
aobject
mobject
redirectToIndexfunction
allowedDomainsobject
addMetaTagsfunction
updatePageTitlefunction
updatePageH1function

控制台日志消息 · 找到 1 条

类型类别记录
errornetwork
URL
https://universal.wgplayer.com/tag/?lh=unblocked-games.s3.amazonaws.com&wp=/adventure/index.html&ws=
文本
Failed to load resource: the server responded with a status of 403 ()

HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Adventure Games Unblocked - FreezeNova</title><meta name="description" content="Play Free Unblocked Adventure Games on FreezeNova"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="stylesheet" href="./../media/plugins/staticSearch/static.search.min.css"><link rel="shortcut icon" href="./../media/website/favicon-1.ico" type="image/x-icon"><link rel="stylesheet" href="./../assets/css/style.css?v=e9250d6f50faa8a349f12afdaa4a34fc"><script async="" src="https://universal.wgplayer.com/tag/?lh=unblocked-games.s3.amazonaws.com&amp;wp=/adventure/index.html&amp;ws="></script><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"Unblocked Games FreezeNova","logo":"./../media/website/unblocked-games-freezenova-logo.webp","url":"./../index.html"}</script><meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"><script type="text/javascript" async="">if (window.location.pathname.includes("game-developers.html") == false) {
        if (window.location.pathname.includes("index.html.abc") == false)
        {
            !function(e,t){a=e.createElement("script"),m=e.getElementsByTagName("script")[0],a.async=1,a.src=t,m.parentNode.insertBefore(a,m)}(document,"https://universal.wgplayer.com/tag/?lh="+window.location.hostname+"&wp="+window.location.pathname+"&ws="+window.location.search);
        }
    }</script><script>(function() {
            // Check the domain name
            var scriptSrc, configId;

            if (window.location.hostname === 'unblocked-games.s3-accelerate.amazonaws.com') {
                // Google Analytics ID for unblocked-games.s3-accelerate.amazonaws.com
                scriptSrc = 'https://www.googletagmanager.com/gtag/js?id=G-S5X25J1HQ5';
                configId = 'G-S5X25J1HQ5';
            }
    		else {
    			if (window.location.hostname === 'freezenova.github.io') {
                    // Google Analytics ID for freezenova.github.io
                    scriptSrc = 'https://www.googletagmanager.com/gtag/js?id=G-YXFREC5MSS';
                    configId = 'G-YXFREC5MSS';
                }
    			else
    			{
    				if (window.location.hostname === 'd9k5uuutyxogn.cloudfront.net') {
                        // Google Analytics ID for d9k5uuutyxogn.cloudfront.net
                        scriptSrc = 'https://www.googletagmanager.com/gtag/js?id=G-KLY0GTQKFT';
                        configId = 'G-KLY0GTQKFT';
                    }
                    else
                    {
                        // Google Analytics ID for other domains
                        scriptSrc = 'https://www.googletagmanager.com/gtag/js?id=G-Z1FT2YYNFS';
                        configId = 'G-Z1FT2YYNFS';
                    }
				}
            }

            // Create the script element for Google Analytics
            var gaScript = document.createElement('script');
            gaScript.async = true;
            gaScript.src = scriptSrc;
            document.head.appendChild(gaScript);

            // Create the script element for gtag configuration
            gaScript.onload = function() {
                window.dataLayer = window.dataLayer || [];
                function gtag(){dataLayer.push(arguments);}
                gtag('js', new Date());
                gtag('config', configId);
            };
        })();</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-Z1FT2YYNFS"></script><script>function redirectToIndex() {
        var currentUrl = window.location.href;
        var path = window.location.pathname;
        var hostname = window.location.hostname;
        
        if (hostname === 'freezenova.github.io') {
            if (path.endsWith('/') && !path.endsWith('/index.html')) {
                window.location.replace(currentUrl + 'index.html');
            }
        }
    }

    redirectToIndex();</script><script>(function() {
            if (window.location.hostname !== 'freezenova.s3.amazonaws.com' &&
    			window.location.hostname !== 'unblocked-games.s3.amazonaws.com') {
                var canonicalLink = document.createElement('link');
                canonicalLink.rel = 'canonical';
                
                if (window.location.pathname === '/' || window.location.pathname === '/index.html') {
    				if (window.location.hostname !== 'freezenova.github.io')
    				{
    					canonicalLink.href = 'https://unblocked-games.s3.amazonaws.com/index.html';
    					document.head.appendChild(canonicalLink);
    				}
                } else {
                    canonicalLink.href = 'https://unblocked-games.s3.amazonaws.com' + window.location.pathname;
    				document.head.appendChild(canonicalLink);
                }
            }
        })();</script><script>// List of allowed domains
  var allowedDomains = [
    'unblocked-games.s3.amazonaws.com',
    'unblocked-games.s3-accelerate.amazonaws.com',
    'freezenova.github.io'
  ];

  // Function to add meta tags for specific domains and paths
  function addMetaTags() {
    var hostname = window.location.hostname;
    var pathname = window.location.pathname;

    // Check if the current hostname is not in the allowed list
    // and the pathname is not exactly the root or root index.html
    if (!allowedDomains.includes(hostname)) {
      // Create meta tag for noindex
      var metaNoIndexNoFollow = document.createElement('meta');
      metaNoIndexNoFollow.setAttribute('name', 'robots');
      metaNoIndexNoFollow.setAttribute('content', 'noindex, nofollow');

      // Append the meta tag to the head
      document.head.appendChild(metaNoIndexNoFollow);
    }
  }

  // Function to update the page title to include the domain name
  function updatePageTitle() {
    var hostname = window.location.hostname;

    // Check if the current hostname is not in the allowed list
    if (!allowedDomains.includes(hostname)) {
    	if (hostname == 'd9k5uuutyxogn.cloudfront.net')
        {
			var currentTitle = document.title;
      		document.title = `${currentTitle} - Cloud`;
        }
    	else
    	{
    		//var currentTitle = document.title;
      		//document.title = `${currentTitle} - ${hostname}`;
    	}
    }
    else if (hostname == 'unblocked-games.s3-accelerate.amazonaws.com')
    {
    	var currentTitle = document.title;
      	document.title = `${currentTitle} Accelerate`;
	}
    
  }
    
    function updatePageH1() {
		document.addEventListener('DOMContentLoaded', (event) => {
			const firstHeading = document.querySelector('h1');
            if (firstHeading) {
				var hostname = window.location.hostname;
				if (!allowedDomains.includes(hostname)) {
    				if (hostname == 'd9k5uuutyxogn.cloudfront.net')
    				{
    					firstHeading.innerHTML += ' <sup>Cloud</sup>';
    				}
    				else
    				{
    					//firstHeading.innerHTML += ` <sup>${hostname}</sup>`;
    				}
				}
				else if (hostname == 'unblocked-games.s3-accelerate.amazonaws.com')
				{
					firstHeading.innerHTML += ' <sup>Accelerate</sup>';
				}
            }
        });
  	}

  // Call the functions
  updatePageTitle();
  addMetaTags();
  updatePageH1();</script></head><body style="background-color: black; background-image: url('./../assets/img/bg_og.webp');"><header class="header" id="js-header"><style>.header.is-visible {
         background-image: url('./../assets/img/bg_og.webp');
      }

      .header.is-hidden {
         background-image: url('./../assets/img/bg_og.webp');
      }

      .navbar_mobile_sidebar {
         background-image: url('./../assets/img/bg_og.webp') !important;
      }</style><button aria-label="Open/Close sidebar" class="toggle_button" type="button"><svg viewBox="0 0 24 24" focusable="false" aria-hidden="true" class="button_svg"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M19 4C19.5523 4 20 3.55229 20 3C20 2.44772 19.5523 2 19 2L3 2C2.44772 2 2 2.44772 2 3C2 3.55228 2.44772 4 3 4L19 4ZM20.47 7.95628L15.3568 11.152C14.7301 11.5437 14.7301 12.4564 15.3568 12.848L20.47 16.0438C21.136 16.4601 22 15.9812 22 15.1958V8.80427C22 8.01884 21.136 7.54 20.47 7.95628ZM11 13C11.5523 13 12 12.5523 12 12C12 11.4477 11.5523 11 11 11L3 11C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L11 13ZM20 21C20 21.5523 19.5523 22 19 22L3 22C2.44771 22 2 21.5523 2 21C2 20.4477 2.44771 20 3 20L19 20C19.5523 20 20 20.4477 20 21Z"></path></svg> <svg viewBox="0 0 24 24" focusable="false" aria-hidden="true" class="mobile_toggle"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 4.44772 2.44772 4 3 4H15C15.5523 4 16 4.44772 16 5C16 5.55228 15.5523 6 15 6H3C2.44772 6 2 5.55228 2 5ZM2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L3 13C2.44772 13 2 12.5523 2 12ZM2 19C2 18.4477 2.44772 18 3 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L3 20C2.44772 20 2 19.5523 2 19Z"></path></svg></button> <a href="./../index.html" class="logo"><img src="./../media/website/unblocked-games-freezenova-logo.webp" alt="Unblocked Games FreezeNova" width="726" height="90"></a><nav class="sidebar"><button class="close" type="button"><svg viewBox="0 0 24 24" focusable="false" aria-hidden="true" class="close_svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L12 10.5858L18.2929 4.29289C18.6834 3.90237 19.3166 3.90237 19.7071 4.29289C20.0976 4.68342 20.0976 5.31658 19.7071 5.70711L13.4142 12L19.7071 18.2929C20.0976 18.6834 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6834 20.0976 18.2929 19.7071L12 13.4142L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L10.5858 12L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z"></path></svg></button><ul class="navbar__menu"><li><a href="./../index.html" target="_self">Home</a></li><li><a href="./../recently-played-games.html" target="_self">Recently Played</a></li><li><a href="./../new-games.html" target="_self">New</a></li><li><a href="./../2-player/index.html" target="_self">2 Player</a></li><li><a href="./../2d/index.html" target="_self">2D</a></li><li><a href="./../3d/index.html" target="_self">3D</a></li><li><a href="./../action/index.html" target="_self">Action</a></li><li class="active"><a href="./../adventure/index.html" target="_self">Adventure</a></li><li><a href="./../arcade/index.html" target="_self">Arcade</a></li><li><a href="./../car/index.html" target="_self">Car</a></li><li><a href="./../clicker/index.html" target="_self">Clicker</a></li><li><a href="./../crazy/index.html" target="_self">Crazy</a></li><li><a href="./../drift/index.html" target="_self">Drift</a></li><li><a href="./../driving/index.html" target="_self">Driving</a></li><li><a href="./../girl/index.html" target="_self">Girl</a></li><li><a href="./../io-games/index.html" target="_self">io Games</a></li><li><a href="./../kids/index.html" target="_self">Kids</a></li><li><a href="./../minecraft/index.html" target="_self">Minecraft</a></li><li><a href="./../mobile/index.html" target="_self">Mobile</a></li><li><a href="./../multiplayer/index.html" target="_self">Multiplayer</a></li><li><a href="./../pixel/index.html" target="_self">Pixel</a></li><li><a href="./../puzzle/index.html" target="_self">Puzzle</a></li><li><a href="./../racing/index.html" target="_self">Racing</a></li><li><a href="./../shooting/index.html" target="_self">Shooting</a></li><li><a href="./../simulator/index.html" target="_self">Simulator</a></li><li><a href="./../sniper/index.html" target="_self">Sniper</a></li><li><a href="./../sports/index.html" target="_self">Sports</a></li><li><a href="./../strategy/index.html" target="_self">Strategy</a></li><li><a href="https://freezenova.blog" target="_self">Subscribe</a></li></ul></nav><div class="search"><div class="search__overlay"><form action="#search" class="search__form"><input class="search__input" type="search" placeholder="Search" aria-label="Search"> <button type="submit" class="search__button"><span>Search</span></button></form></div><a href="https://www.youtube.com/@freezenova" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="24" viewBox="0 0 18 18" height="24" version="1.0"><defs><clipPath id="a"><path d="M0.29 0h17.419v17.419H0.29Zm0 0"></path></clipPath><clipPath id="b"><path d="M9 0C4.19 0 0.29 3.9 0.29 8.71S4.19 17.418 9 17.418s8.71 -3.9 8.71 -8.709S13.81 0 9 0m0 0"></path></clipPath><clipPath id="c"><path d="M5.63 4.329h8.016v8.777H5.629Zm0 0"></path></clipPath><clipPath id="d"><path d="m12.984 9.79 -5.465 3.122a1.26 1.26 0 0 1 -1.261 -0.002 1.266 1.266 0 0 1 -0.628 -1.095V5.604a1.262 1.262 0 0 1 1.889 -1.097l5.466 3.122a1.248 1.248 0 0 1 0.626 1.08c0 0.448 -0.239 0.86 -0.626 1.081m0 0"></path></clipPath></defs><g clip-path="url(#a)"><g clip-path="url(#b)"><path fill="none" d="M9 0C4.19 0 0.29 3.9 0.29 8.71S4.19 17.418 9 17.418s8.71 -3.9 8.71 -8.709S13.81 0 9 0Zm0 0" stroke="#fff" stroke-width="2.613"></path></g></g><g clip-path="url(#c)"><g clip-path="url(#d)"><path fill="#fff" d="M14.874 3.426v10.583H5.629V3.426Zm0 0"></path></g></g></svg></a></div></header><main class="main page page--tag"><div class="hero"><div class="wrapper"><h1>Adventure Games Unblocked</h1></div></div><div class="main__content wrapper"><div class="l-grid l-grid--fluid js-infinitescroll"><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/346/512-2.jpg" srcset="./../media/posts/346/responsive/512-2-xs.jpg 384w, ./../media/posts/346/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Archer Hero Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../archer-hero.html">Archer Hero</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/584/swords-and-souls-512.webp" srcset="./../media/posts/584/responsive/swords-and-souls-512-xs.webp 384w, ./../media/posts/584/responsive/swords-and-souls-512-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Swords and Souls Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../swords-and-souls.html">Swords and Souls</a></div></header><footer class="c-card__meta"><a href="./../flash/index.html" class="c-card__tag">Flash</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/537/fancy-pants-2.webp" srcset="./../media/posts/537/responsive/fancy-pants-2-xs.webp 384w, ./../media/posts/537/responsive/fancy-pants-2-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Fancy Pants 2 Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../fancy-pants-2.html">Fancy Pants 2</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/5/pixel-survival.jpg" srcset="./../media/posts/5/responsive/pixel-survival-xs.jpg 384w, ./../media/posts/5/responsive/pixel-survival-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Pixel Survival Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../pixel-survival.html">Pixel Survival</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/581/rogue-soul-2-512.webp" srcset="./../media/posts/581/responsive/rogue-soul-2-512-xs.webp 384w, ./../media/posts/581/responsive/rogue-soul-2-512-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Rogue Soul 2 Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../rogue-soul-2.html">Rogue Soul 2</a></div></header><footer class="c-card__meta"><a href="./../flash/index.html" class="c-card__tag">Flash</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/585/diver-down-512.webp" srcset="./../media/posts/585/responsive/diver-down-512-xs.webp 384w, ./../media/posts/585/responsive/diver-down-512-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Diver Down Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../diver-down.html">Diver Down</a></div></header><footer class="c-card__meta"><a href="./../2d/index.html" class="c-card__tag">2D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/345/512-2.jpg" srcset="./../media/posts/345/responsive/512-2-xs.jpg 384w, ./../media/posts/345/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Hero Dragon Power Unblocked Game" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../hero-dragon-power.html">Hero Dragon Power</a></div></header><footer class="c-card__meta"><a href="./../2d/index.html" class="c-card__tag">2D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/353/512.jpg" srcset="./../media/posts/353/responsive/512-xs.jpg 384w, ./../media/posts/353/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Fire and Water Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../fire-and-water.html">Fire and Water</a></div></header><footer class="c-card__meta"><a href="./../2-player/index.html" class="c-card__tag">2 Player</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/520/we-become-what-we-behold-game.webp" srcset="./../media/posts/520/responsive/we-become-what-we-behold-game-xs.webp 384w, ./../media/posts/520/responsive/we-become-what-we-behold-game-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="We Become What We Behold Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../we-become-what-we-behold.html">We Become What We Behold</a></div></header><footer class="c-card__meta"><a href="./../2d/index.html" class="c-card__tag">2D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/29/mob-city.jpg" srcset="./../media/posts/29/responsive/mob-city-xs.jpg 384w, ./../media/posts/29/responsive/mob-city-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Mob City Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../mob-city.html">Mob City</a></div></header><footer class="c-card__meta"><a href="./../shooting/index.html" class="c-card__tag">Shooting</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/266/512.jpg" srcset="./../media/posts/266/responsive/512-xs.jpg 384w, ./../media/posts/266/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Mine Clone Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../mine-clone.html">Mine Clone</a></div></header><footer class="c-card__meta"><a href="./../pixel/index.html" class="c-card__tag">Pixel</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/324/soul512a.jpg" srcset="./../media/posts/324/responsive/soul512a-xs.jpg 384w, ./../media/posts/324/responsive/soul512a-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Soul Essence Adventure Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../soul-essence-adventure.html">Soul Essence Adventure</a></div></header><footer class="c-card__meta"><a href="./../2d/index.html" class="c-card__tag">2D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/102/Pixelcraft512.jpg" srcset="./../media/posts/102/responsive/Pixelcraft512-xs.jpg 384w, ./../media/posts/102/responsive/Pixelcraft512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Pixel Craft Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../pixel-craft.html">Pixel Craft</a></div></header><footer class="c-card__meta"><a href="./../pixel/index.html" class="c-card__tag">Pixel</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/241/512.jpg" srcset="./../media/posts/241/responsive/512-xs.jpg 384w, ./../media/posts/241/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Zodiac Runner Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../zodiac-runner.html">Zodiac Runner</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/330/512-2.jpg" srcset="./../media/posts/330/responsive/512-2-xs.jpg 384w, ./../media/posts/330/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Cat Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../cat-simulator.html">Cat Simulator</a></div></header><footer class="c-card__meta"><a href="./../crazy/index.html" class="c-card__tag">Crazy</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/298/512.jpg" srcset="./../media/posts/298/responsive/512-xs.jpg 384w, ./../media/posts/298/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Blocky Parkour Ninja Unbloked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../blocky-parkour-ninja.html">Blocky Parkour Ninja</a></div></header><footer class="c-card__meta"><a href="./../arcade/index.html" class="c-card__tag">Arcade</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/31/Simulatorfort512.jpg" srcset="./../media/posts/31/responsive/Simulatorfort512-xs.jpg 384w, ./../media/posts/31/responsive/Simulatorfort512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Fort Shooter Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../fort-shooter-simulator.html">Fort Shooter Simulator</a></div></header><footer class="c-card__meta"><a href="./../3d/index.html" class="c-card__tag">3D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/53/Boatsimulator512.jpg" srcset="./../media/posts/53/responsive/Boatsimulator512-xs.jpg 384w, ./../media/posts/53/responsive/Boatsimulator512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Boat Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../boat-simulator.html">Boat Simulator</a></div></header><footer class="c-card__meta"><a href="./../driving/index.html" class="c-card__tag">Driving</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/55/Dragoncity512.jpg" srcset="./../media/posts/55/responsive/Dragoncity512-xs.jpg 384w, ./../media/posts/55/responsive/Dragoncity512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dragon City Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dragon-city.html">Dragon City</a></div></header><footer class="c-card__meta"><a href="./../3d/index.html" class="c-card__tag">3D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/28/LASTHORSE.jpg" srcset="./../media/posts/28/responsive/LASTHORSE-xs.jpg 384w, ./../media/posts/28/responsive/LASTHORSE-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Horse Riding Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../horse-riding-simulator.html">Horse Riding Simulator</a></div></header><footer class="c-card__meta"><a href="./../3d/index.html" class="c-card__tag">3D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/244/512-2.jpg" srcset="./../media/posts/244/responsive/512-2-xs.jpg 384w, ./../media/posts/244/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Survival Craft Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../survival-craft.html">Survival Craft</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/54/tank-2.jpg" srcset="./../media/posts/54/responsive/tank-2-xs.jpg 384w, ./../media/posts/54/responsive/tank-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Tank Driver Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../tank-driver-simulator.html">Tank Driver Simulator</a></div></header><footer class="c-card__meta"><a href="./../driving/index.html" class="c-card__tag">Driving</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/267/512.jpg" srcset="./../media/posts/267/responsive/512-xs.jpg 384w, ./../media/posts/267/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Exploration Craft Unblocked Game" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../exploration-craft.html">Exploration Craft</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/65/truck.jpg" srcset="./../media/posts/65/responsive/truck-xs.jpg 384w, ./../media/posts/65/responsive/truck-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Pickup Simulator Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../pickup-simulator.html">Pickup Simulator</a></div></header><footer class="c-card__meta"><a href="./../driving/index.html" class="c-card__tag">Driving</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/86/WORDCRAFT.jpg" srcset="./../media/posts/86/responsive/WORDCRAFT-xs.jpg 384w, ./../media/posts/86/responsive/WORDCRAFT-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="World Craft Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../world-craft.html">World Craft</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/202/512.jpg" srcset="./../media/posts/202/responsive/512-xs.jpg 384w, ./../media/posts/202/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Crazy Ball Adventures Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../crazy-ball-adventures.html">Crazy Ball Adventures</a></div></header><footer class="c-card__meta"><a href="./../arcade/index.html" class="c-card__tag">Arcade</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/48/thief512.jpg" srcset="./../media/posts/48/responsive/thief512-xs.jpg 384w, ./../media/posts/48/responsive/thief512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Thief.ro Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../thief-ro.html">Thief.ro</a></div></header><footer class="c-card__meta"><a href="./../io-games/index.html" class="c-card__tag">io Games</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/551/edelweiss-adventure-game.webp" srcset="./../media/posts/551/responsive/edelweiss-adventure-game-xs.webp 384w, ./../media/posts/551/responsive/edelweiss-adventure-game-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Edelweiss Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../edelweiss.html">Edelweiss</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/189/512.jpg" srcset="./../media/posts/189/responsive/512-xs.jpg 384w, ./../media/posts/189/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Agent Smith Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../agent-smith.html">Agent Smith</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image is-loaded"><img src="./../media/posts/74/DragonSimulator512.jpg" srcset="./../media/posts/74/responsive/DragonSimulator512-xs.jpg 384w, ./../media/posts/74/responsive/DragonSimulator512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dragon Simulator Multiplayer Unblocked" class="is-loaded"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dragon-simulator-multiplayer.html">Dragon Simulator Multiplayer</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/509/diablo-online.webp" srcset="./../media/posts/509/responsive/diablo-online-xs.webp 384w, ./../media/posts/509/responsive/diablo-online-sm.webp 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Diablo Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../diablo.html">Diablo</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/329/512.jpg" srcset="./../media/posts/329/responsive/512-xs.jpg 384w, ./../media/posts/329/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="The Farmer Craft Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../the-farmer-craft.html">The Farmer Craft</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/377/run-run-duck512.jpg" srcset="./../media/posts/377/responsive/run-run-duck512-xs.jpg 384w, ./../media/posts/377/responsive/run-run-duck512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Run Run Duck Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../run-run-duck.html">Run Run Duck</a></div></header><footer class="c-card__meta"><a href="./../pixel/index.html" class="c-card__tag">Pixel</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/338/512-2.jpg" srcset="./../media/posts/338/responsive/512-2-xs.jpg 384w, ./../media/posts/338/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Marco Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../marco.html">Marco</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/30/dragonsro.jpeg" srcset="./../media/posts/30/responsive/dragonsro-xs.jpeg 384w, ./../media/posts/30/responsive/dragonsro-sm.jpeg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dragons.ro Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dragons-ro.html">Dragons.ro</a></div></header><footer class="c-card__meta"><a href="./../3d/index.html" class="c-card__tag">3D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/185/512.jpg" srcset="./../media/posts/185/responsive/512-xs.jpg 384w, ./../media/posts/185/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Jacks Village Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../jacks-village.html">Jacks Village</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/192/rome.jpg" srcset="./../media/posts/192/responsive/rome-xs.jpg 384w, ./../media/posts/192/responsive/rome-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Rome Simulator Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../rome-simulator.html">Rome Simulator</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/348/512.jpg" srcset="./../media/posts/348/responsive/512-xs.jpg 384w, ./../media/posts/348/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dark Ninja Hanjo Unblocked Game"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dark-ninja-hanjo.html">Dark Ninja Hanjo</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/242/512.jpg" srcset="./../media/posts/242/responsive/512-xs.jpg 384w, ./../media/posts/242/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Drako.io Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../drako-io.html">Drako.io</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/47/dungeon512.jpg" srcset="./../media/posts/47/responsive/dungeon512-xs.jpg 384w, ./../media/posts/47/responsive/dungeon512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dungeon.ro Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dungeon-ro.html">Dungeon.ro</a></div></header><footer class="c-card__meta"><a href="./../io-games/index.html" class="c-card__tag">io Games</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/217/512-2.jpg" srcset="./../media/posts/217/responsive/512-2-xs.jpg 384w, ./../media/posts/217/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Fighter Emily Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../fighter-emily.html">Fighter Emily</a></div></header><footer class="c-card__meta"><a href="./../action/index.html" class="c-card__tag">Action</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/58/512.jpg" srcset="./../media/posts/58/responsive/512-xs.jpg 384w, ./../media/posts/58/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Flappy Dragon Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../flappy-dragon.html">Flappy Dragon</a></div></header><footer class="c-card__meta"><a href="./../arcade/index.html" class="c-card__tag">Arcade</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/228/512.jpg" srcset="./../media/posts/228/responsive/512-xs.jpg 384w, ./../media/posts/228/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Dragon Escape Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../dragon-escape.html">Dragon Escape</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/312/512-2.jpg" srcset="./../media/posts/312/responsive/512-2-xs.jpg 384w, ./../media/posts/312/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Treasure Hunter Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../treasure-hunter.html">Treasure Hunter</a></div></header><footer class="c-card__meta"><a href="./../2d/index.html" class="c-card__tag">2D</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/359/512.jpg" srcset="./../media/posts/359/responsive/512-xs.jpg 384w, ./../media/posts/359/responsive/512-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Teddy Adventure Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../teddy-adventure.html">Teddy Adventure</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article><article class="c-card"><div class="c-card__wrapper"><figure class="c-card__image"><img src="./../media/posts/350/512-2.jpg" srcset="./../media/posts/350/responsive/512-2-xs.jpg 384w, ./../media/posts/350/responsive/512-2-sm.jpg 600w" sizes="(min-width: 600px) 14.285vw, 100vw" loading="lazy" height="512" width="512" alt="Desert Prince Runner Unblocked"></figure><div class="c-card__content"><header><div class="c-card__title"><a href="./../desert-prince-runner.html">Desert Prince Runner</a></div></header><footer class="c-card__meta"><a href="./../adventure/index.html" class="c-card__tag">Adventure</a></footer></div></div></article></div></div><nav class="filter tag_list"><a href="./../index.html" class="filter__item">All<img src="./../assets/img/games.jpg" alt="All Unblocked Games" loading="lazy"></a><a href="./../2-player/index.html" class="filter__item">2 Player<img src="./../media/tags/16/2-player-2.jpg" alt="2 Player Games Unblocked" loading="lazy"></a><a href="./../2d/index.html" class="filter__item">2D<img src="./../media/tags/21/2d-2.jpg" alt="2D Games Unblocked" loading="lazy"></a><a href="./../3d/index.html" class="filter__item">3D<img src="./../media/tags/20/3d-2.jpg" alt="3D Games Unblocked" loading="lazy"></a><a href="./../action/index.html" class="filter__item">Action<img src="./../media/tags/1/action-2.jpg" alt="Action Games Unblocked" loading="lazy"></a><a href="./../adventure/index.html" class="filter__item is-active">Adventure<img src="./../media/tags/6/adventure-2.jpg" alt="Adventure Games Unblocked" loading="lazy"></a><a href="./../airplane/index.html" class="filter__item">Airplane<img src="./../media/tags/35/airplane-games.jpg" alt="Airplane Games Unblocked" loading="lazy"></a><a href="./../arcade/index.html" class="filter__item">Arcade<img src="./../media/tags/7/arcade-2.jpg" alt="Arcade Games Unblocked" loading="lazy"></a><a href="./../army/index.html" class="filter__item">Army<img src="./../media/tags/42/army-games.jpg" alt="Army Games Unblocked" loading="lazy"></a><a href="./../basketball/index.html" class="filter__item">Basketball<img src="./../media/tags/47/basketball-games.jpg" alt="Basketball Games Unblocked" loading="lazy"></a><a href="./../battle-royale/index.html" class="filter__item">Battle Royale<img src="./../media/tags/36/battle-royale-tag.jpg" alt="Battle Royale Games Unblocked" loading="lazy"></a><a href="./../bike/index.html" class="filter__item">Bike<img src="./../media/tags/32/bike-games-tag.jpg" alt="Bike Games Unblocked" loading="lazy"></a><a href="./../car/index.html" class="filter__item">Car<img src="./../media/tags/11/car-2.jpg" alt="Car Games Unblocked" loading="lazy"></a><a href="./../clicker/index.html" class="filter__item">Clicker<img src="./../media/tags/51/clicker-games-128.jpg" alt="Clicker Games Unblocked" loading="lazy"></a><a href="./../crazy/index.html" class="filter__item">Crazy<img src="./../media/tags/15/crazy-2.jpg" alt="Crazy Games Unblocked" loading="lazy"></a><a href="./../dragon/index.html" class="filter__item">Dragon<img src="./../media/tags/34/dragon-games-tag.jpg" alt="Dragon Games Unblocked" loading="lazy"></a><a href="./../drift/index.html" class="filter__item">Drift<img src="./../media/tags/14/drift-2.jpg" alt="Drift Games Unblocked" loading="lazy"></a><a href="./../driving/index.html" class="filter__item">Driving<img src="./../media/tags/2/driving-2.jpg" alt="Driving Games Unblocked" loading="lazy"></a><a href="./../escape/index.html" class="filter__item">Escape<img src="./../media/tags/46/escape-games.jpg" alt="Escape Games Unblocked" loading="lazy"></a><a href="./../flash/index.html" class="filter__item">Flash<img src="./../media/tags/57/Flash-Games-Unblocked.jpg" alt="Flash Games Unblocked" loading="lazy"></a><a href="./../fps/index.html" class="filter__item">FPS<img src="./../media/tags/31/fps-games-128.jpg" alt="FPS Games Unblocked" loading="lazy"></a><a href="./../girl/index.html" class="filter__item">Girl<img src="./../media/tags/45/girl-games.jpg" alt="Girl Games Unblocked" loading="lazy"></a><a href="./../gun/index.html" class="filter__item">Gun<img src="./../media/tags/48/gun-games.jpg" alt="Gun Games Unblocked" loading="lazy"></a><a href="./../html5/index.html" class="filter__item">HTML5<img src="./../media/tags/54/HTML5-Games.-Unblocked.jpg" alt="HTML5 Games Unblocked" loading="lazy"></a><a href="./../idle/index.html" class="filter__item">Idle<img src="./../media/tags/50/idle-games-unblocked.jpg" alt="Idle Games Unblocked" loading="lazy"></a><a href="./../io-games/index.html" class="filter__item">io Games<img src="./../media/tags/5/iogames-2.jpg" alt="io Games Games Unblocked" loading="lazy"></a><a href="./../kids/index.html" class="filter__item">Kids<img src="./../media/tags/12/kids.jpg" alt="Kids Games Unblocked" loading="lazy"></a><a href="./../minecraft/index.html" class="filter__item">Minecraft<img src="./../media/tags/25/minecraft-2.jpg" alt="Minecraft Games Unblocked" loading="lazy"></a><a href="./../mini/index.html" class="filter__item">Mini<img src="./../media/tags/53/mini-games-128.jpg" alt="Mini Games Unblocked" loading="lazy"></a><a href="./../mobile/index.html" class="filter__item">Mobile<img src="./../media/tags/23/mobile-2.jpg" alt="Mobile Games Unblocked" loading="lazy"></a><a href="./../multiplayer/index.html" class="filter__item">Multiplayer<img src="./../media/tags/3/multiplayer-2.jpg" alt="Multiplayer Games Unblocked" loading="lazy"></a><a href="./../parking/index.html" class="filter__item">Parking<img src="./../media/tags/33/parking-games-tag.jpg" alt="Parking Games Unblocked" loading="lazy"></a><a href="./../pixel/index.html" class="filter__item">Pixel<img src="./../media/tags/18/pixel-2.jpg" alt="Pixel Games Unblocked" loading="lazy"></a><a href="./../premium/index.html" class="filter__item">Premium<img src="./../media/tags/40/premium-games.jpg" alt="Premium Games Unblocked" loading="lazy"></a><a href="./../puzzle/index.html" class="filter__item">Puzzle<img src="./../media/tags/24/puzzle-2.jpg" alt="Puzzle Games Unblocked" loading="lazy"></a><a href="./../racing/index.html" class="filter__item">Racing<img src="./../media/tags/13/racing-2.jpg" alt="Racing Games Unblocked" loading="lazy"></a><a href="./../rally/index.html" class="filter__item">Rally<img src="./../media/tags/56/Rally-Games-Unblocked.jpg" alt="Rally Games Unblocked" loading="lazy"></a><a href="./../scary/index.html" class="filter__item">Scary<img src="./../media/tags/37/scary-games.jpg" alt="Scary Games Unblocked" loading="lazy"></a><a href="./../shooting/index.html" class="filter__item">Shooting<img src="./../media/tags/4/shooting-2.jpg" alt="Shooting Games Unblocked" loading="lazy"></a><a href="./../simulator/index.html" class="filter__item">Simulator<img src="./../media/tags/19/simulator-2.jpg" alt="Simulator Games Unblocked" loading="lazy"></a><a href="./../skill/index.html" class="filter__item">Skill<img src="./../media/tags/55/Skill-Games-Unblocked.jpg" alt="Skill Games Unblocked" loading="lazy"></a><a href="./../snake/index.html" class="filter__item">Snake<img src="./../media/tags/49/snake-games.jpg" alt="Snake Games Unblocked" loading="lazy"></a><a href="./../sniper/index.html" class="filter__item">Sniper<img src="./../media/tags/17/sniper-2.jpg" alt="Sniper Games Unblocked" loading="lazy"></a><a href="./../sports/index.html" class="filter__item">Sports<img src="./../media/tags/38/sports-games.jpg" alt="Sports Games Unblocked" loading="lazy"></a><a href="./../stickman/index.html" class="filter__item">Stickman<img src="./../media/tags/52/stickman-sm-128.jpg" alt="Stickman Games Unblocked" loading="lazy"></a><a href="./../strategy/index.html" class="filter__item">Strategy<img src="./../media/tags/22/strategy-2.jpg" alt="Strategy Games Unblocked" loading="lazy"></a><a href="./../tank/index.html" class="filter__item">Tank<img src="./../media/tags/39/tank-games.jpg" alt="Tank Games Unblocked" loading="lazy"></a><a href="./../truck/index.html" class="filter__item">Truck<img src="./../media/tags/43/truck-games.jpg" alt="Truck Games Unblocked" loading="lazy"></a><a href="./../unity/index.html" class="filter__item">Unity<img src="./../media/tags/44/unity-games.jpg" alt="Unity Games Unblocked" loading="lazy"></a><a href="./../zombie/index.html" class="filter__item">Zombie<img src="./../media/tags/41/zombie-games.jpg" alt="Zombie Games Unblocked" loading="lazy"></a></nav><div class="wrapper"><nav class="filter tag_list"><div><div>Are you missing some action and adventure from your life? Are you bored of the mundane, but also of the status quo when it comes to gaming? Sometimes you don't want to be tied down to a console and spend months playing a huge immersive game title that literally sinks hours of your life into unlocking achievements and completing a story. On the other hand, mobile games from the app store likely don't quite have enough to scratch the itch and can be costly within in-app purchases - so where is the balance? Unblocked, online adventure games, of course!</div></div><div><p><strong>Top online adventure games at FreezeNova</strong></p><p><em>Archer Hero</em></p><p><a href="/archer-hero.html">Archer Hero</a> is an absolutely fantastic adventure game for those who want a no-frills, fully immersive adventure experience with little fuss. Your archer will have challenges and obstacles to overcome as they traverse a world map, where every Archer Hero chapter has 50 stages. You can collect coins along the way and select the most relevant power-up to get new abilities like HP boost, diagonal arrows and Death Nova every time you complete a level. There is a shop area to buy coins, you can increase your abilities and get stronger with unlockable talents - and you’ll even meet an angel that will deliver blessings (which are unique skills). Traverse through the Storm Desert, the Crystal Mines, the Frozen Pinnacle the Dungeon of Traps and many more chapters to defend your castle from powerful enemies.</p><p><em>Survival Craft</em></p><p>Now it's time for a bit of&nbsp;<a href="/survival-craft.html">Survival Craft</a>, where you'll have the ability to expand your imagination in a cute pixel world. It's bright, colourful and brings almost endless opportunities for building, hunting, gathering, mining and so much more without the stresses and strains of a story mode or completing tasks as you play. You can simply go to FreezeNova, fire up Survival Craft and take some time away from the everyday distractions of life.</p><p><em>Marco</em></p><p>If you love the old 8-bit style platformer, you may want to check out&nbsp;<a href="/marco.html">Marco</a>, a fun little adventure game that sees you playing as a little warrior. Marco needs you to help him complete the challenges and discover the treasures on offer in his amazing pixel world. There are multiple enemies per level and you can collect coins to buy extra lives in the shop section - and even additional 100 second bundles to extend levels a little further as you go. Accompany Marco in his journey through 50 levels of increasing difficulty - but don't forget to hit those question marks for power-ups and extra lives as you go. The gameplay is fast, intuitive and will certainly keep you on your toes!</p><p><em>Cat Simulator</em></p><p>Onto a different kind of adventure now - the adventure of being a cat! This is the perfect immersive simulation game for anyone who loves to really escape reality and play a unique game that’s full of fun.&nbsp;<a href="/cat-simulator.html">Cat Simulator</a> is engaging, exciting and lets you live inside your favorite pet’s mind. You can fulfill all of your feline fantasies, while having the challenges and various missions associated with a more traditional game title. Collect gold, customise your room, change your outfit and even save your furry friends! There are a whopping 6 game modes to enjoy:</p><ul><li>Cat Stunt mode - you'll have to traverse an obstacle course</li><li>Maga XP mode - you’ll have the ability to transform into a cat and collect gold coins in timed 45-second rounds</li><li>Career mode - has 40 levels of engaging gameplay where you will be tasked with missions and get rewards</li><li>Destruction mode - has an insane 30 levels where you can be the feline you were born to be, causing as much chaos and damage around the house as you can</li><li>Maga Kill mode - lets you run around in a wooded area and pounce on squirrels, chickens, lobsters and more</li><li>Pool minigame - sees you on the edge of a stream where you can catch and eat specific foods while avoiding others. You’ll earn a reward every time you make a correct choice and fail the level if you do something wrong!</li></ul><p>Each of these game modes is fast-paced and full of unbridled enjoyment. There are items to collect and so much more, so Cat Simulator really is the intense adventure game you never knew you needed in your life.</p><p><em>Soul Essence Adventure</em></p><p>If you are looking for a truly 80s gaming experience,&nbsp;<a href="/soul-essence-adventure.html">Soul Essence Adventure</a> is going to be the perfect title for you. As a 2D platformer, you'll have to navigate your character through the deep and dark levels of the castle they’re stuck inside, but it's not going to be as easy as simply jumping over the gaps, landing on platforms and shooting the enemies - you'll have to collect clues, navigate obstacles and solve puzzles along the way. This game has a dark story to tell with gloomy music and treasures beyond your wildest dreams (you can collect valuable items as you play) - you'll definitely feel transported back to your favorite games from back in the day every time you click to play.</p><p><em>Hero Dragon Power</em></p><p>Another adventure game that takes inspiration from the popular title of years ago,&nbsp;<a href="/hero-dragon-power.html">Hero Dragon Power</a> is another platformer that sees you traversing an open world through 20 levels that require both speed and power to zip through. You'll have 3 lives under a ranking system and you'll be able to check the health and power levels of your character while playing. In the store section, you can choose between different pairs of characters; each has special powers to navigate the obstacles and destroy the enemies. You can upgrade each of your characters to five stars, where damage and critical levels will be at maximum (you’ll need this, as the levels get increasingly harder). This magical world is full of heroes and wild creatures and nothing but your dragon powers will be able to defeat the evil forces and restore the balance. There is an element of strategy and skill to the game outside of upgrading your abilities to fire breath, ice blast, or even lightning strikes; you'll also need to solve puzzles to get to the end. Why not get started now?</p><p><strong>What are unblocked adventure games?</strong></p><p>Websites like FreezeNova have an array of game titles that can simply be accessed in a few clicks and provide anywhere between minutes and hours of fun for the right individual. Whether you’re looking for something Minecraft-inspired or a life simulator, adventure games can be a great way to do just that. You won’t have to worry about restrictions, costly paywalls, download speeds, or anything in between.</p></div></nav></div></main><footer class="footer"><div class="wrapper"><div class="footer__top"><a class="logo footer__logo" href="./../index.html"><img src="./../media/website/unblocked-games-freezenova-logo.webp" alt="Unblocked Games FreezeNova" width="726" height="90"></a><div class="footer__nav-3"><h3 class="h6">Menu</h3><ul class="footer__nav"><li><a href="./../index.html" target="_self">Home</a></li><li><a href="./../new-games.html" target="_self">New</a></li><li><a href="./../action/index.html" target="_self">Action</a></li><li><a href="./../car/index.html" target="_self">Car</a></li><li><a href="./../driving/index.html" target="_self">Driving</a></li><li><a href="./../multiplayer/index.html" target="_self">Multiplayer</a></li><li><a href="./../shooting/index.html" target="_self">Shooting</a></li><li><a href="./../io-games/index.html" target="_self">.io Games</a></li><li><a href="./../privacy-policy.html" target="_self">Privacy Policy</a></li><li><a href="./../chat.html" target="_self">Chat</a></li><li><a href="./../about.html" target="_self">About</a></li><li><a href="./../game-developers.html" target="_self">Game Developers</a></li><li><a href="./../contact.html" target="_self">Contact</a></li></ul></div></div><div class="footer__bottom"><div class="footer__copyright">Are you looking for a place to play your favorite unblocked games?<br>Look no further than FreezeNova.<br>We offer a community of gamers who are always looking for new challengers.<br>With our easy-to-use browser-based platform, you can start playing right away.<br>So come and join the fun today!<br>We developed this website so you can play your favorite games from anywhere.<br>Email us at [email protected]<br>Developed by FreezeNova<br></div></div></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="./../assets/svg/svg-map.svg#toparrow"></use></svg></button></footer><script defer="defer" src="./../assets/js/infinite-scroll.pkgd.min.js?v=014df05a95a4e2d99b39516b72cfea1f"></script><script>window.addEventListener("DOMContentLoaded", function () {
                  var infScroll = document.querySelector('.js-infinitescroll');
                  if ( document.querySelector('.pagination__next') ) {
                     var infScroll = new InfiniteScroll(infScroll, {
                        path    : '.pagination__next',
                        append  : '.c-card',
                        checkLastPage: true,
                        hideNav: '.pagination',
                           button: '.view-more',
                           scrollThreshold: false,
                        history :  false 
                     });

                     infScroll.on('append', function () {
                        publiiDetectLoadedImages();
                     });
                  }
               });</script><script>window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 'auto', doubleClickTime: 500, mobileMenuExpandableSubmenus: true, relatedContainerForOverlayMenuSelector: '.navbar', };</script><script defer="defer" src="./../assets/js/scripts.min.js?v=f38d0d176b831ac1c3053faa12bb916d"></script><script>function publiiDetectLoadedImages () {
         var images = document.querySelectorAll('img[loading]:not(.is-loaded)');
         for (var i = 0; i < images.length; i++) {
            if (images[i].complete) {
                  images[i].classList.add('is-loaded');
                  images[i].parentNode.classList.add('is-loaded');
            } else {
                  images[i].addEventListener('load', function () {
                     this.classList.add('is-loaded');
                     this.parentNode.classList.add('is-loaded');
                  }, false);
            }
         }
      }
      publiiDetectLoadedImages();</script><script>window.publiiStaticSearchConfig = { 
					baseURL: './..',
					minCharCount: 3,
					maxResultsCount: 20,
					showPopupOnInputClick: false,
					customTriggerSelector: '',
					engineSettings: {
						tokenize: 'forward',
						charset: 'latin:extra',
						language: 'en-GB',
						cache: false,
						suggest: false
					},
					indexSettings: {
						resultsDescription: 'off',
						indexPostTitles: true,
						indexPostExcerpts: false,
						indexPostHeadings: false,
						indexPostAuthors: false,
						indexPostMetaDescription: false,
						indexTagNames: true,
						indexTagDescription: false,
						indexTagMetaDescription: false
					},
					translations: {
						inputPlaceholder: 'Search...',
						searchEmptyState: 'Type to start a search',
						tooShortPhraseState: 'Enter at least 3 characters to search...',
						noResults: 'No results found!',
						buttonClose: 'Close'
					}
				};</script><script src="./../media/plugins/staticSearch/flexsearch.bundle.js"></script><script src="./../media/plugins/staticSearch/static.search.min.js"></script><script>var liElements = document.querySelectorAll('ul > li');

   liElements.forEach(function(liElement) {
   var aElement = liElement.querySelector('a');
   liElement.addEventListener('click', function() {
      aElement.click();
   });
});</script><script>document.addEventListener("DOMContentLoaded", function () {
      const toggleButton = document.querySelector(".toggle_button");
      const closeButton = document.querySelector(".close");
      const sidebar = document.querySelector(".sidebar");
      const main = document.querySelector(".main");

      toggleButton.addEventListener("click", function () {
        sidebar.classList.toggle("collapse");
        toggleButton.classList.toggle("rotate");
        main.classList.toggle("content");
      });

      closeButton.addEventListener("click", function () {
        sidebar.classList.remove("collapse");
      });
   });</script><script>/*const custom_searchButton = document.querySelector(".js-search-btn");
   const custom_searchOverlay = document.querySelector(".js-search-overlay");

   function setStateInLocalStorage(state) {
      localStorage.setItem("customSearchOverlayState", state);
   }

   function getStateFromLocalStorage() {
      return localStorage.getItem("customSearchOverlayState");
   }

   if (getStateFromLocalStorage() === null) {
      setStateInLocalStorage("expanded1");
   }

   const initialState = getStateFromLocalStorage();
   if (initialState === "expanded1") {
      custom_searchOverlay.classList.add("expanded1");
   } else {
      custom_searchOverlay.classList.remove("expanded1");
   }

   custom_searchButton.addEventListener("click", function () {
      if (custom_searchOverlay.classList.contains("expanded1")) {
         custom_searchOverlay.classList.remove("expanded1");
         setStateInLocalStorage("collapsed");
      } else {
         custom_searchOverlay.classList.add("expanded1");
         setStateInLocalStorage("expanded1");
         }
      });

   // Original code from the theme
   var searchButton = document.querySelector(".js-search-btn");
   var searchOverlay = document.querySelector(".js-search-overlay");
   var searchInput = document.querySelector("[type='search']");

   if (searchButton) {
      searchButton.addEventListener("click", function() {
         searchOverlay.classList.toggle("expanded");
         if (searchInput) {
            setTimeout(function() {
               if (searchOverlay.classList.contains("expanded")) {
                  searchInput.focus()
               }
            }, 60)
         }
      });
      searchOverlay.addEventListener("click", function(a) {
         a.stopPropagation()
      });
      searchButton.addEventListener("click", function(a) {
         a.stopPropagation()
      });
      document.body.addEventListener("click", function() {
         searchOverlay.classList.remove("expanded")
      });
   }*/</script></body></html>