• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cell Phone Game Programming

SUISIDE

Member
Hi,
I'd like to get my hands dirty at cell phone game programming.

What is the most commonly used programming software to make games for cell phones?

What are some good websites to check out?

Thanks my fellow posters!
 
I know I'm gonna get flamed for this but I'll suggest java as a language (the j2me platform, in particular). It won't get you high performance like a lower level language would but it's easy to use and relatively portable. No idea about resources though, I'd suggest a good google session 🙂
 
Originally posted by: kamper
I know I'm gonna get flamed for this but I'll suggest java as a language (the j2me platform, in particular). It won't get you high performance like a lower level language would but it's easy to use and relatively portable. No idea about resources though, I'd suggest a good google session 🙂


John Carmack actually had a blog entry about cell phone video game programming.

http://www.armadilloaerospace.com/n.x/johnc/Recent%20Updates
 
The latest version of Netbeans will enable you to get going very quickly, so I'd recommend that to start with if you know Java.
 
Originally posted by: kamper
Originally posted by: igowerf
John Carmack actually had a blog entry about cell phone video game programming.

http://www.armadilloaerospace.com/n.x/johnc/Recent%20Updates
I read that when it was discussed here earlier. I figured some of it would come back as anit-java ammo 🙂 But I guess most people wouldn't demand as much from an environment as him...

Carmack's only complaint was the slow performance. He otherwise thought it was a good language that's great for beginners to learn on. It seems that he would demand more performance than most people though. 🙂
 
Back
Top