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).