Welcome! Here you will find all the news on Final Fantasy XIV: A Realm Reborn, along with a few ones about other stuff I like. Click here for mobile version

Updated Posts (Latest 3)

December 10, 2012

Theatrhythm Final Fantasy coming soon to Android, Windows Phone, iOS?

A new teaser site for Theatrhythm Final Fantasy is now online, with a "Coming soon" notice and... nothing more. Actually, some "details" are in the source code (see bottom of this post or click the following link): a NeoGAF member's findings suggest us that, maybe, a Theatrhythm mobile version for Android, Windows Phone and iPhone/iPad/iPod is what Square Enix will unveil! Note: in case you missed it, Final Fantasy IV is heading to Android and iOS too.

Final Fantasy Wiki copy&paste: "Theatrhythm Final Fantasy is a video game for the Nintendo 3DS. It is a "theater rhythm action" game in which players use the stylus to tap and hold notes while fighting enemies. The game features popular Final Fantasy songs and characters." To learn more, you can visit TFF Nintendo 3DS version official website.


Here are the code lines I was talking about:
if (navigator.userAgent.indexOf('iPhone') != -1) { location.href="sp/index.html"; }
else if (navigator.userAgent.indexOf('iPod')!=-1){ location.href="sp/index.html"; }
else if  (navigator.userAgent.indexOf('Android') != -1) { location.href="sp/index.html"; }
else if (navigator.userAgent.indexOf('Windows CE')!=-1){ location.href="sp/index.html"; }
While that simply orders your browser to redirect you to the mobile version of the site in case you're not using a computer, it may also mean that, when the game will be released, you'll land on a specific home page based on your mobile device's operating system, maybe with a link to your applications store (Play Store, Windows Marketplace or App Store).

2 comments:

  1. The codes are just used to direct users of different devices to a different version of the websites and not an indication of what platforms it'll be out...

    ReplyDelete
  2. Exactly! :P That's what I wrote at the end of the post

    ReplyDelete