Monday, February 20, 2006

Rise of the Casual (Mobile) Gamer

NPR had an interesting piece during Morning Edition about the challenges and potential of mobile gaming. They had a very critical point in the end - the same one I found impossible to surmount when doing trial J2ME development. You can develop an app just fine, but then how do you copy the freakin' bytecode to your phone?

For some people this is easy - the phone might be bluetooth or cradled and show up as a removable device. But, by and large, who is going to have a phone that can? And if it can, are they even going to bother?

I was working with a Samsung, and if I wanted to do some file transfers I'd have to find some weird USB data transfer cable from some off-shoot accessory dealer. And even then there's no guarantee - a consumer phone isn't made to have an easily-writable file system.

The alternative is to send files via SMS or the cellular network. This is also the most sensible way for casual users to get files... but do you always send via SMS? Does your carrier charge per kilobyte? In the end, it's still a pain in the butt.

This is on top of the per-handset incompatiblities and problems with event handling, like what Carmack found when he first started to dabble in J2ME gaming.

Casual and J2ME gaming has great potential - and a potentially HUGE market. But first it has to be easy to jump into, for developers but more importantly for consumers.

2 comments:

  1. Anonymous1:14 PM

    Yeah, it really stinks that they aren't giving independent developers good tools. For a while there was a J2ME development kit for the GBA, but what are you really going to be able to do with it.

    ReplyDelete
  2. The J2ME kit in NetBeans isn't bad - in fact it's fairly easy to throw something together. But getting the actual bytecode to my handset was a pain in the butt. Until they start having integrated SD cards or whatever the kids use for storage nowadays, mobile gaming isn't going to hit the masses.

    ReplyDelete

Note: Only a member of this blog may post a comment.