Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
if I need to develop a poker game. Is it need to use cocos2d? or simply use xcode4 is ok? using cocos2d is easier to develop a poker game instead of just using xcode4?
If i use cocos2d, which part in the simple poker game can be used?
Also, I would like to ask if I need to have "VS" function. What I mean is that player play with player, 4 player connect together. Any example to get start? or any reference can I read?
if you do a game, probably you need a fast rendering, so you need to use something with OpenGL ES, cocos2d is a nice framework on top of OpenGL ES, so yes...cocos2d can be very usefull for games.
To manage multiplayer in this particular case i would prefer to have a server to manage things avoiding to implement a server\client solution directly on the app.
Replies
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeTo manage multiplayer in this particular case i would prefer to have a server to manage things avoiding to implement a server\client solution directly on the app.
You can take a look this tutorial, it should be a good start.
How To Make a Multiplayer iPhone Game Hosted on your Own Server Part 1 | Ray Wenderlich
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome