Tagged Questions
0
votes
1answer
1k views
C# multi-player socket server (need clarification/suggestions)
I've been working on an 2D-RPG for a while and I recently decided to make it into an MMO (not really massive, but multi-player). Anyways, I'm attempting to write a game server in C#. Yes, I know I ...
1
vote
5answers
1k views
Is it possible to use 3G internet for a TCP/IP game server?
I'm working on a turned based multiplayer android game with a friend.
I started working on the game server and client using socket programming.
I found a few tutorials on how to implement a basic chat ...
2
votes
5answers
3k views
UDK client, C++ server (is it possible?)
For example I have C++/C# server side with sockets or http web server and UDK client.
I am interesting what about experience with networking in UDK: could I connect UDK client to C++/C# socket server ...