Tagged Questions

0
votes
1answer
47 views

Twisted Spread suitable for multiplayer racing sim?

Do you think that Twisted Spread may be suitable (in terms of performance) for a multiplayer racing simulator? The rest of the application is based on Python-Ogre. Can Perspective …
2
votes
5answers
58 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 …
1
vote
4answers
153 views

C++ multiplayer UDP socket API

Hi all! Can anyone recommend an easy to use, fast and reliable C++ API for sending and receiving data over a UDP socket? Maybe something that is specifcally intended for multiplay …
0
votes
3answers
79 views

How to let the server inform game clients about other nearby visible players in an efficient way?

I'm working on a multiplayer flash game. The server informs each client what other players are near the player. To do this the server has to check which clients are near each other …
1
vote
3answers
53 views

Need some direction on multiplayer game sessions using ASP.NET

My goal for now is to have a user search for other users who want to go head to head to see whom can complete a puzzle the fastest. I have an idea of this to flag user's who are cu …
1
vote
3answers
179 views

Do good multiplayer/mmo client<>server games use latency within movement calculations?

There's a couple of questions here. Image I have client A who's going to send the following message to Server: "START MOVEMENT FORWARD". The server will not receive this message …
0
votes
2answers
88 views

Developing Online multiplayer management game

Hello, I wish to create a college project on a simple online multiplayer management game which will involve players setting orders for the day/week and then obtaining profits. Bei …
2
votes
2answers
61 views

Thread-safe checking variable for a midlet

Hi, I'm programming a game in j2me in the client side, that connects to a server written in java. This game is going to have a chat feature, but as a secondary feature. For every …
5
votes
7answers
335 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 lon …
1
vote
3answers
173 views

Persistent connections between Flash client and Java server

I'm new to Flash. I'm planning to create a game client in Flash (running in browser) that needs to talk to a server written in Java. Connection between client and server needs to b …
3
votes
1answer
293 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 tur …
0
votes
3answers
329 views

Movement “algorithm” in client-server Multiplayer (MMO) Games?

I've been writing a 2D flash multiplayer game and a socket server. My original plan for the movement algorithm between the client and server was the following: The client informs …
0
votes
1answer
403 views

How to tell the host from the client in iPhone bluetooth with GameKit

I have made a multiplayer game using the GameKit Framework where 2 iPhones/iPods can connect to each other via bluetooth and play. I am thinking of a way to choose which device wi …
2
votes
3answers
1k views

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

Hi there 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 t …
3
votes
2answers
124 views

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

Hi, 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 contr …

1 2 next
15 30 50 per page