Tagged Questions

The multiplayer tag typically refers to a feature of games software where more than one user can interact with the same instance of the software, often to participate in the same play session or to co-exist in the same persistent world. Although multiplayer scenarios sometimes include 'hotseat' games where players take turns to play, it is more common for multiplayer to imply simultaneous play by 2 or more people, which in turn often implies the same g...

learn more… | top users | synonyms

21
votes
7answers
3k views

Multiplayer game with JavaScript backend and frontend. What are the best practices?

I'm thinking of creating a web multiplayer game in Node.js. This means I'll be using the same language in the backend and in the frontend. It would be in realtime and about 20 people max in each ...
12
votes
5answers
2k views

What kind of issues are there in implementing realtime multiplayer games

I have some experience making multiplayer turn-based games using sockets, but I've never attempted a realtime action game. What kind of extra issues would I have to deal with? Do I need to keep a ...
10
votes
2answers
271 views

Deterministic floating point and .NET

How can I guarantee that floating point calculations in a .NET application (say in C#) always produce the same bit-exact result? Especially when using different versions of .NET and running on ...
10
votes
2answers
911 views

What's a good multiplayer programming book?

I'm looking for a book detailing techniques for developing realtime multiplayer non-massive games, preferably focusing on the theory, rather than on APIs and underlying technology (sockets, ...
10
votes
3answers
6k views

Server architecture for a multiplayer game?

I'm planning to build a small multiplayer game which could be run as a java applet or a flash file in the web browser. I haven't done any server programming before, so I'm wondering what sort of ...
9
votes
3answers
706 views

Flash Game Server Suggestions (Node.js, Red5, etc)

Quick Summary: We have a completed flash game similar to Tetris that is ready to be "linked up" for multiplayer. After doing some research and asking here: Flash Sockets, Peer-to-Peer Capabilities , ...
9
votes
7answers
542 views

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 ...
8
votes
2answers
244 views

WebSockets performance

I'm thinking about implementing a HTML5 mmog where there is a fast running object involved. Players constantly alter the direction of that object by shooting at it. I thought about WebSockets etc. ...
7
votes
1answer
115 views

Browser multiplayer network strategy - does this seem like a viable solution?

I'm interested in producing some sort of multiplayer RPG as a purely browser based game, with little or no plugin requirements. Having done quite a bit of research I've arrived at the following plan. ...
7
votes
7answers
2k views

Are there any Android multiplayer game libraries?

Are there any good libraries or tools available for adding wifi multiplayer functionality to an Android game? The amount of work and cost involved for getting even the simplest of turn based ...
7
votes
6answers
2k views

Is there an alternative of ajax that does not require polling without sever side modifications?

I'm trying to create a small and basic "ajax" based multiplayer game. Coordinates of objects are being given by a PHP "handler". This handler.php file is being polled every 200MS, by using ajax. ...
6
votes
1answer
608 views

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 ...
6
votes
1answer
422 views

OpenID authentication in C++ multiplayer network game

I am planning is an OpenID client in a multiplayer network C++ game. The hoster will have the option to allow only logins from people who can authenticate via OpenID. Also I want to make it possible ...
6
votes
3answers
238 views

How online-game clients are able to exchange data through internet so fast?

Let's imagine really simple game... We have a labirinth and two players trying to find out exit in real time through internet. On every move game client should send player's coordinates to server ...
6
votes
3answers
458 views

Will Datasnap be appropriate for up to 8 non-communication intensive bi-directional multiplayer game?

I am building a small multipliplayer which will need the following: it must be written in Delphi must support Internet connection (not only LAN) work over HTTP support some encryption of the packets ...
5
votes
1answer
1k views

Multiplayer Game Architecture

Can anyone recommend Articles, Books, Tutorials about this? Maybe is (Articles, Books, Tutorials) about Multiplayer Game Architecture, Networking in HTML5, JavaScript, WebSockets, Node.js?
5
votes
2answers
2k views

GameCenter Invitation Handler

trying to implement a multiplayer. Using the sample from Game Center - Sending and receiving data. Everything seems okay, but in apple documentation there is also said about invitation handler. ...
5
votes
2answers
498 views

What's the difference between a Web Server and a Game Server?

I'd like to build a turn-based, multiplayer iPhone game that will require a game server somewhere to connect the players and dish out the world state data. I'm trying to understand how the game ...
5
votes
1answer
2k views

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 makes ...
5
votes
7answers
853 views

Long running RTS game multiplayer considerations

I'm working on a real-time space strategy game clone which at its time did not have any multiplayer option. I want to add multiplayer to it. The gameplay itself is relatively long: about 10-15 hours ...
4
votes
2answers
495 views

Best Android backend for turn-based game?

I was wondering if anyone had any good suggestions for the best backend for an android app with play similar to words with friends. Very turn based, sometimes over multiple days. The first solution ...
4
votes
3answers
175 views

Multiplayer Whiteboard Race Condition

Imagine a multiplayer whiteboard where several people can draw at the same time. To keep it simple, lets say there's a single object on the whiteboard which can be moved or deleted by any user. There ...
4
votes
3answers
668 views

Mutli Player Game synchronization

The Situation: I would like to ask what's the best logic for synchronizing objects in a multiplayer 1:1 game using BT or a web server. The game has two players, each of them has multiple guns & ...
4
votes
2answers
335 views

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 ...
4
votes
4answers
1k views

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 ...
4
votes
2answers
511 views

Synchronizing time between simple python-socket-based server and clients

I have the beginnings of a small multiplayer game that I'm writing in python as a learning exercise. Currently the server runs at 10 fps, while the clients run at whatever rate they like. This works ...
3
votes
5answers
59 views

Transfer objects on per field basis over network

I need to transfer .NET objects (with hierarchy) over network (multiplayer game). To save bandwidth, I'd like to transfer only fields (and/or properties) that changes, so fields that won't change ...
3
votes
2answers
74 views

Get Database Results from a Multiplayer game [closed]

I hope you can help me or at least point me to the direction. Everything has been programmed in c#, but client applications can be in whatever language, just need to know tcp protocol used for ...
3
votes
4answers
163 views

JavaScript or Flash for multiplayer webgame?

I was recommended these two languages as a good option for multiplayer web game development, but I don't know what are restrictions of these languages in terms of game development. I personally like ...
3
votes
3answers
360 views

how to approach a multiplayer game facebook app project?

i wish to create a multiplayer game facebook app. a game will have 1 to 4 people in it playing from their own systems. i wish to target, lets say, 10K simultaneous online users. i am planning to ...
3
votes
1answer
718 views

Game engine design: Multiplayer and listen servers

My game engine right now consists of a working singleplayer part. I'm now starting to think about how to do the multiplayer part. I have found out that many games actually don't have a real ...
3
votes
1answer
819 views

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 ...
3
votes
2answers
576 views

iphone multiplayer game design

i've searched and read many articles and looked at the GKTank apple sample (can't see any specifics about my problem, seems to process events as they occur) but i can't see a sample or tutorial that ...
3
votes
2answers
1k views

Game Center InviteFailed

I'm am attempting to send a Game Center invitation. Sending from the simulator to a device or from a device to the simulator results in an InviteFailed error. What might be the problem? Incorrect ...
3
votes
1answer
184 views

java - multiplayer connection

Ok so I'm not Java expert but I'm just programming this java applet game for fun to test my skills. the hardest part so far has been blocked tiles and coming on and off new maps. Anyways, my current ...
3
votes
1answer
406 views

Polling versus socket servers for online Flash games

I want to make an online flash game, it will have social features but the gameplay will be primarily single-player. For example, no two players will appear on the screen at once, the social ...
3
votes
3answers
3k views

Can google app engine be used as a socket server?

My webhost has rules against socket servers so I've been looking into GAE. Does anyone know of a socket server that can successfully run on GAE? I'm using it for flash so anything like smartfox would ...
3
votes
5answers
439 views

Multiplayer UDP networking strategy, advice needed

I'm attempting to create a C++ plugin for a realtime 3D game. Although I believe to have a firm grasp on the theory of UDP, how it works, what its strengths and weaknesses are, my primary matter of ...
3
votes
2answers
296 views

tips to avoid synchronisation issues in multiplayer and replays using MVC pattern

just wondering what tips people have for avoiding game synchronisation issues in multiplayer games and replays recorded off of game logic using the model in a model view controller pattern so far im ...
3
votes
4answers
310 views

Ajax Highscores security

I'm creating a tower-defense game in javascript and want to have a high score and other multiplayer interactions. Probably have a couple of players start the game at the same time and tell them how ...
3
votes
1answer
1k views

Server side for a multiplayer turn based silverlight game

I am currently in the early stages of designing a browser based game using silverlight. The game is going to have many matches of 2-4 players (perhaps even up to 8) and will be turn based. The Front ...
3
votes
3answers
4k views

Architecture for social multiplayer browser game (backend choice + frontend choice [flash/silverlight])

I'm thinking about developing online multiplayer social game. The shared state of the world would require something fast on the backend, so the potential solutions seem to be: fast game engine on ...
2
votes
1answer
104 views

Online Multiplayer Game using WCF

Do you think WCF provides the necessary plumbing out-of-the-box to support an online, multiplayer gaming experience? Particularly, a real-time environment ala WoW, Ultima Online, etc. Why or why or ...
2
votes
1answer
79 views

Why should I use NIO for TCP multiplayer gaming instead of simple sockets (IO) - or: where is the block?

I'm trying to create a simple multiplayer game for Android devices. I have been thinking about the netcode and read now a lot of pages about Sockets. The Android application will only be a client and ...
2
votes
2answers
103 views

How to sync physics in a multiplayer game?

I try to found the best method to do this, considering a turn by turn cross-plateform game on mobile (3G bandwidth) with projectile and falling blocks. I wonder if one device (the current player turn ...
2
votes
1answer
194 views

Are WebSockets suitable for real-time multiplayer games?

I'm interested in building a small real-time multiplayer game, using HTML5/JavaScript for the client and probably Java for the server software. I looked into WebSockets a bit, but it appears I had ...
2
votes
3answers
72 views

TCP vs UDP - Issues that arise from using both

When I'm learning about various technologies, I often try to think of how applications I use regularly implement such things. I've played a few MMOs along with some FPSs. I did some looking around and ...
2
votes
4answers
221 views

Should I use TCP for an online game? [closed]

I have a turn-based game in which two players may play against each others. It's written in C# and uses XNA 4.0. Currently multiplayer is implemented with TCP/IP. It works pretty nicely, but only if ...
2
votes
1answer
112 views

Android - Update UI to all clients in multiplayer game?

I am currently developing a multiplayer card game, using simple servlets with the Android device sending JSON back and forth. I am currently confused on how to tell all other clients that a certain ...
2
votes
2answers
239 views

Best technology for client-server Android App

I need to make for school an app that runs on Android. Actually there are two apps, a client and a server. Ther server runs on a PC while the clients run on Android devices. I want to know what is the ...

1 2 3 4