multiplayer
HTML5 Multiplayer Game Security Solutions
Now that there are a couple of neat canvas demo\'s of both classic platform and even 3D fps games in HTML5, the next step might be to try developing a multiplayer HTML5 game. HTML5 socket support make[详细]
2023-01-02 14:39 分类:问答online lobby system - games list
Been reading a bit about the subject, and out of curiosity, online games which maintain a \"lobby\" system that lists games;[详细]
2023-01-02 03:33 分类:问答What are the general strategies for the server of an FPS multiplayer game to update its clients?
A friend and I were having a discussion about how a FPS server updates the clients connected to it. We watched a video of a guy cheating in Battlefield: Bad Company 2 and saw how it highlighted the po[详细]
2022-12-30 17:41 分类:问答Simple network gaming, client-server architecture planning
I\'m coding simple game which I plan to make mul开发者_如何学编程tiplayer (over the network) as my university project.[详细]
2022-12-30 05:44 分类:问答What kind of socket server protocol is efficient?
When I was writing a simple server for a simple client <> server multiplayer game, I thought of the following text-based protoco开发者_StackOverflow社区l using a translation library. Basically, eac[详细]
2022-12-29 07:22 分类:问答Why Won't the WebSocket.onmessage Event Fire?
After toying around with this for hours, I simply cannot find a solution. I\'m working on a WebSocket server using \"node.js\" for a canvas based online game I\'m developing. My game can connect to th[详细]
2022-12-28 09:01 分类:问答Can I make online multiplayer games using flash?
I want to make a simple game so t开发者_开发问答hat I can play against my friends at school. The school uses macs. Also if you can\'tmake online games with flash what can I use. Also can they be 3-d i[详细]
2022-12-25 00:07 分类:问答What does it to make a multi-player game on smartphones? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly b开发者_如何转开发road, or rhetorical andcannot be reasonably answered in its current for[详细]
2022-12-22 10:32 分类:问答How to start developing a social multi-player game on android
I\'d be very keen to know how to develop a social game on android which includes 2 or more than 2 players. Let\'s say chess..for example or scrab开发者_开发技巧ble.How to begin? Are there any online r[详细]
2022-12-22 04:00 分类:问答Keeping sync in multiplayer RTS game that uses floating point arithmetic
I\'m writing a 2D space RTS game in C#. Single player works. Now I want to add some multiplayer functionality. I googled for it and it seems there is only one way to have thousands of units continuous[详细]
2022-12-14 12:50 分类:问答