|
|
#1 (permalink) |
|
Marios's Mustache Wax
|
hi.:confused: i was wondering how i make games for phones and using wat programming language. I currently know no languages so i want to know which can make mobile games so i can concentrate on 1 of them.
thx for any1 that helps
|
|
|
|
|
#6 (permalink) | |
|
Bongo Crazy Kong
Join Date: Jul 2006
Posts: 233
Reputation: 10
|
Quote:
|
|
|
|
|
|
#7 (permalink) |
|
Crumbly, but Good
|
I seem to recall that OpenGL ES or something is an API for handhelds.
http://en.wikipedia.org/wiki/OpenGL-ES
__________________
|
|
|
|
|
#9 (permalink) |
|
Cloud's Hair Spray
|
When using Java to code for cellphones the technology is called J2ME. In order to use this, you need a toolkit called the J2ME wireless toolkit. You can get it from the sun Java website (http://java.sun.com).
Another great tool for coding java on a cellphone is J2ME Polish. (http://www.j2mepolish.org)This tool helps with setting up menus and such in an easy way by use of precompile statements and css. It even comes with its own (somewhat limited) device database which helps you differentiate between the different cellphones. And that brings us to the biggest problem when coding for cellphones. The large variaty. There are loads and loads of different cellphones out there. And if you try and make a game that will actually sell, it should work on as much of them as possible. This is where things get ugly. This is mostly due to the fact that cellphone manufacturers write specs about the phone and then ignore most of those specs. I had such problems with a J2ME app of my own where I needed to store (relatively) large amounts of data on the phone. Each J2ME application has it's own memory space assigned for storing data. You can request thoat space through the API. However, on this particular phone, it said I had 2 megs, while I could only tore 10k per datastore.... Which meant I needed a whole new, and much more difficult approach to make it work. These kinds of things you will NOT find in any documentation. Nor are they easy to find on the web. It's mostly trial and error, and the process is repeated for each phone you want to deploy your gfame to. But it's definately possible. Hey, I made mine work like a charm on just about all the new SonyErocsson, Nokia, Motorola and Siemens phones... Mark |
|
|
| Thread Tools | |
| Display Modes | |
|
|