Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: any resource for making a game server
| Subject: | Re: any resource for making a game server |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Sun, 28 Oct 2007 14:26:24 |
Only thing I can suggest is you code one yourself using Indy or some other
socket components.
Is the game one of your own creation or is it one from a 3rd party?
If 3rd party then you will need to find out what data it transmits and
recieves.
If it's your own, then you are the only person who knows what data the
server needs to handle - Thus you are the only one who can realistically
create the server.
"Isaac" <asda@fsdf.com> wrote in message
news:47110ba3@newsgroups.borland.com...
> Hello,
> I need to make a small game server for a small online game, is there a
> tutorial or an article I can use to build the server with delphi ?
>
> thanks
none