Friday, September 24, 2010
load 3d models into your game (part1)
3d worlds with best 3d software. First you should know which game you want to build . For more games you should use 2d pictures and 3d worlds both.So if you want make sample games limit number of pictures and 3d worlds and objects .Add them more time into your game and change place of pictures and objects and create new levels or increase them.
for more complicated and high graphic game You should add 3d objects
and textured them into game.Add textured objects forced to limit you in create levels and nice place(I’ll describe using texture and objects in following posts) and some mobile even have some crash in loading your objects.Textures that you used in games should be at last 64*64 or 128*128 .More higher pictures can’t be loading in many mobiles and tools.But for background images you should now mobiles resolution or using some important resolution.Change size of background image into game maybe disturb your image and you should accept risk of it.
Thursday, September 16, 2010
Which tools you use for create mobile games?
Ok first you should know tools that used . There is so many tools you can use for create mobile games.But three of them are most important than others.Everyone have some profit and loose to others and on base of your needs can use one of them.
1.NETBEANS
Netbeans is oracle tool for java programming(windows and mobile and..).Oracle bought java and Netbeans from sun company .Netbeans
have visual library.It means that for create some tools like web tool and windows form you can drag library like button and forms and textbox and..to your program without code.But It can’t use for some mobile 3d games.
2.Eclipse
Eclipse is ibm tool for for java programming.Andriod officially support eclipse(not netbeans because oracle and google problem).Netbeans have also plugin for android but isn’t officially supported.Eclipse ide have also better plugin support from netbeans.
3.microsot visual studio(express have no mobile support)
Best to for windows mobile programming but no java mobile support
now ready for programming!