Hey guys,
I am currently creating a poker game(Texas Hold em) for a Uni Project. I am wanting to know what size images have to be when displayed on on a mobile device, and also as different phones and different sizes of screen will they just resize the images to suit? Sould i just play around with the images and resize them so they fit on screen? Is it best to use the game API, although no animation will be required in my game. I am looking to just display a poker room image with a poker table, then display the name of each player and the amount of money they have around the table, then the community
cards will be displayed in the middle of table and the players
cards at each postion round the table, so i will only be changing the image of the cards as each one is turned over. So I am thinking of just using Canvas or do I need layers to display the different images on top of each other?
I am also creating this game to be mulitplayer and was wondering what the best way would be to go about this. Can I have a normal
java socket server on my computer and connect to it through J2ME? Can I have it stored on a webserver and connect to it through J2ME and the game be played or will the client have to download the app each time to the phone? Any other suggestions?
Sorry for all the questions
Thanks