Tagged Questions

1
vote
0answers
32 views

Getting error messages from my server

I'm working on client-server-client game. Client is sending their status (position) 30 times a second. I'm using Lidgren.Network namespace for networking (server, client). I've got two questions: 1. ...
2
votes
1answer
163 views

Simple WP7 pong game with real time multiplayer using sockets

I'm making a pong clone for Windows Phone 7 and I'd love to add a multiplayer option. I've been trying to use this Ricky Tan's tutorial: ...
1
vote
0answers
209 views

Best Frameworks/libraries/engines for 2D multiplayer C# Webbased RPG

Title is a mouthful but important because I'm looking to meet a specific criteria and it's complex enough that I need a lot of help in finding what I'm looking for. I really want people's suggestions ...
1
vote
1answer
218 views

Wise approach to becoming good at C# XNA

Would finishing an entire course about C# at HomeAndLearn.co.uk and then jumping into XNA be a wise path to take? Ultimate goal is to create a multiplayer 2D game.
8
votes
2answers
669 views

Online multiplayer game basics

I'm currently working on a c# online multiplayer game in real-time. The aim is to have client/server based connection using the UDP protocol. So far I've used UDP for players' movements and TCP for ...
2
votes
2answers
253 views

What platform should I use for a master server?

We are making a small FPS, and want people to be able to play it online and fetch a list of all servers from a master server. We only have experience in C#, and we have already written a master server ...
4
votes
2answers
611 views

Network communication via Sockets. Is there a better way?

I'm building a game engine on the OpenTK framework that needs to support multiple players. How I have the basic framework established is that there is a Client and a Server. The Server binds and ...
7
votes
2answers
738 views

Creating A Board Game AI

I want to code a board game that name is Okey and mostly popular in Turkey. http://en.wikipedia.org/wiki/Okey But i have got some problems about AI. Firslty let me explain the game.. The game is ...
2
votes
1answer
194 views

Server related questions and it is available options?

i went thru a lot pages here searching for information about the "server side" of a multiplayer game, while i did found some information they were not exactly what i was looking for. What is the ...