Hi Everyone,
To create a multiplayer game online, can I create my own server instead of using a copy of gamestudio for it? In otherwords, can I use VB6 to make one very simple? All I want to do is relay player's positions to everyone else. I'm going to do a basic 2D scrolling game but want to support thousands of users. If I only update clients with as little text as possible, then hopefully I can support more users. All graphics, etc. will be already in each client application.
Do they use TCP as the protocol?
Thanks
Warren