I开发者_C百科t is possible to make a multiplayer browser based game using cocos2d-javascript + node.js? If so, is there any tutorial about that?
I was just curious, is it 开发者_开发问答possible to make a game center match that you can only invite friends to?(i.e. no random matchups) How would you code that?It looks like GKMatchRequest has the
Imagine a space shooter with a scrolling level. What methods are there for preventing a malicious player from modifying the game to their benefit? Things he could do that are hard to limit server-side
I\'m looking to write my own multiplayer game server (most likely in nodejs) and I was wondering what protocol I should be using to transfer data? Are Datagrams the norm to send information (i realize
I\'am currently building a game for android. The game itself works using the same architecture as google\'s lunar lander.
I was wondering how I could make a site that lets people log in and compete against each ot开发者_StackOverflow社区her. Looking for starting points or any existing frameworks.
I\'m writing a multi-player game for Windows Phone 7. I need to make sure that events happen at the same time for each of the players. My approach at the moment is to broadcast, in advance, the time a
I am currently developing a real-time multiplayer game, and have been evaluating various cloud-based hosting solutions. I am unsure whether App Engine fits my needs, and would be grateful for any feed
So I am making a small multiplayer game and I am using php as the backend. I basically need to SET and GET a lot of positions of objects, well one object is one player that has a X/Y position in this
i\'m currently programming an iPhone game and I would like to create an online multiplayer mode. In the future, this app will be port to Android devices, so I was wondering how to create the game-serv