I’ve just started out with libgdx, a week ago.
I know now that there are 4 project folders, and so far I was only interested in Desktop and Android versions.
But then I realised that the Web-port of the game which is also simultaneously built along, is in JavaScript. And Facebook apps use JS and HTML and CSS right?
So say i’m making this Android game, and put out its Web-counterpart thanks to libgdx+GWT’s magic. Will that work as a Facebook App?
It should work as Facebook does support HTML5 and JavaScript for its apps. For example, Sky Scraper City is build using HTML5. I have no prior experience with GWT but judging from the fact that GWT applications running in production mode are pure JavaScript and HTML (compiled from Java source), these applications may be made into Facebook apps.