Tagged Questions
2
votes
2answers
536 views
How to achieve smooth gameplay in a physics based multiplayer game? (2d)
I'm using cocos2d 2.0 and Gamekit for networking. I've got a server/client model. It works over wifi (local) and bluetooth. (Xcode 4.3, Objective C)
Basically, there's a ball and 2 or more players. ...
1
vote
2answers
2k views
How to make game sessions like “with friends” games?
I want to make a game like "words with friends" or "chess with friends" or "Draw Something" or any of the other online multiplayer type games that are based around friends having game sessions with ...
5
votes
1answer
1k views
(Why) Should I choose Unity 3 or Cocos2d (or something third) for my app? [closed]
My colleague and me made an HTML 5 iPad game ( http://braille.gandzo.com/ ) and we would like to upgrade it, and our framweork is not enoguh, for what we want. Some of the things we would change are: ...
1
vote
1answer
1k views
Multiplayer game with Cocos2d-Javascript and Node.js
It is possible to make a multiplayer browser based game using cocos2d-javascript + node.js? If so, is there any tutorial about that?