So now i have started making a j2me game, I have the basis for a game with a splash screen,menus for starting the game,options,about,quit etc…
And im using Eclipse with eclipseME plugins. I also have a local cvs server.
What im not so sure about is my approach,with all the different phones and jdks… but here is what im thinking:
Ill make the game working using eclipse and cvs and suns jdk1.5 and WTK with midp2.
When I have a working version for the standard midp im sure this wont work on any phone(?), but then I can start downloading different developer kits from the manufacturers site and make branches in my cvs for the phones. Does this sound like an ok approach or what do you usually do when you start? Is it usually alot of changes that has to be done to a game if you first make it work with suns wtk? I have to start somewhere