multiplayer
Multiplayer game with Cocos2d-Javascript and Node.js
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?[详细]
2023-02-16 23:50 分类:问答iOS game center matchmaking, friends only?
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[详细]
2023-02-16 01:42 分类:问答What good ways are there to prevent cheating in JavaScript multiplayer games?
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[详细]
2023-02-16 00:32 分类:问答Technique for building a Multiplayer Server
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[详细]
2023-02-14 00:37 分类:问答multiplayer game using surfaceview for drawing and bluetooth for multiplayer (performance)
I\'am currently building a game for android. The game itself works using the same architecture as google\'s lunar lander.[详细]
2023-02-13 14:55 分类:问答Type-Racer, TheWikiGame Multiplayer Game like Website
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.[详细]
2023-02-13 13:37 分类:问答Is there an algorithm for estimating clock-skew that will work over Http?
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[详细]
2023-02-12 07:05 分类:问答Is a real-time multiplayer game using Google App Engine feasible?
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[详细]
2023-02-11 18:19 分类:问答Using memcached/redis/alternative for small multiplayer game to update positions of objects
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[详细]
2023-02-11 05:24 分类:问答Game server for an android/iOS turn-based board-game
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[详细]
2023-02-10 16:25 分类:问答