What is the best language to write mobile games in?
I want to write games and apps for Blackberrys. What is the best language to use? Can PHP be used or is it just for web apps?
Thanks
I want to write games and apps for Blackberrys. What is the best language to use? Can PHP be used or is it just for web apps?
Thanks
RSS feed for comments on this post
Chris B Said,
January 20, 2010 @ 7:52 pm
Programming languages are all the same, in the sense that they ALL produce symbolic instructions that can be read by a machine to perform some calculations.
Some are best suited for certain things, however. Yes, you can write a mobile game in PHP. Theoretically, that is.
But I’d rather use Java for it. Because:
1. Platform independent. You can run it on different phones with different architectures, even though 95%+ of them use the same (ARM).
2. Java has a huge support for mobile phones (Java Micro Edition).
Buzz Said,
January 21, 2010 @ 4:14 am
sure, java is also used along with others