Friday, October 12, 2007

Getting Started

So you want to make your own Java games for java enabled mobile phones. It's either that or you stumbled on this page by mistake.

Just like I said in the introductory post, we'll be using Netbeans IDE on the tutorials that will be presented here.

Here's a list of things you need and where to get them:

Note that you can download the NetBeans IDE 5.5 bundled with the JDK 6.0 from either site. If you're downloading NetBeans 6.0 Beta 2, you can get it bundled with Mobility pack.

The difference between NetBeans 5.5 and 6.0 is that, in NetBeans 6.0 you get to try out the nifty Game Builder that helps you create maps, sprites, and sprite animation sequences. You also get the new syntax highlighting and other new stuff improved from the previous version.

If you downloaded the bundle:

  • Install JDK-Netbeans IDE bundle.

  • Install Netbeans Mobility Pack



If you downloaded them individually:

  • Install JDK 6.0 Update 3.

  • Install Netbeans IDE 5.5.1/6.0 Beta 2.

  • Install Netbeans Mobility Pack for CLDC/Midp( only for NetBeans 5.5.1)



That's it! You can now start making J2me applications for your java enabled mobile phone.

There's one more thing we have to add to our checklist - a way to transfer your game on your mobile phone. This depends on the phone you're working on. Here's some options you might be able to choose from :

  • Bluetooth - Use this if your phone is Bluetooth capable.

  • Infrared Cable - Use this if you don't have Bluetooth.

  • USB/Serial Cable - Use this if you have neither Bluetooth nor Infrared

  • Card Reader - Use this if your phone has a memory card and you can't use any of the above.



Aside from the cable/dongle you want to use, you might also need the software and drivers to make them work. You can get these from your phone's manufacturer site or the CD-Rom that came with your phone. An example of the kind of software you might need is the Nokia PC Suite for Nokia cellphones.

Obviously, you will also need an image editor for creating the graphics you will use in your game. But for starters you can also find resources on the internet that offer sprites, tiles and other graphic content for you to practice on. Some of which I have added to the links section.

Alright, I think that's about it for our checklist. If you have some questions place a comment under this post.
1 comments Post a Comment
Anonymous said... February 20, 2008 9:32 PM  
nid help.. nid sample game w/ sources.. i cant load my images in netbeans.. pls respond for 1 day..
Post a Comment