Hello,
I would like to learn how to develop web/mobile games. What language is best for that? Java? C#? Ruby? ActionScript?
I'm not interested in developing desktop games.
Hello,
I would like to learn how to develop web/mobile games. What language is best for that? Java? C#? Ruby? ActionScript?
I'm not interested in developing desktop games.
Learning C# and XNA would give you somewhere to start for Web based and Windows 7 Mobile games.
Once you get that down, then MonoTouch and XnaTouch would give you the iPhone ability.
Learn J2ME. it is best for mobile game development. if you are into iphone game development, then its objective C.
Well, to add another language ;-), why don't you try Java. There are a few good books out there (not specially for web-games, but to program a game you need more than just a GUI):
iPhone uses Objective-C. Windows Mobile uses a number of languages but prefers C#. Android uses Java but can use others with the NDK. Most importantly, they each have different frameworks available. I'd say your best bet would probably be to write your core in C or C++ (which are the most widely portable languages on earth) and then use whatever works best on a given platform for interfacing with its native services. For example, C++ core and Objective-C interface layer on iPhone (for accessing touch and motion events).
So, all this comes dwon to 3 main choices: C#, Java, or Objective-C.
http://ethicminds.blogspot.com/
george