4
votes
2answers
505 views

How can I alleviate network lag issues with players from other countries?

I am developing a small multiplayer game where players move through the map and interact with each other. The game is written in VB.Net. When I tested my game with players on a LAN everything worked ...
-2
votes
3answers
718 views

Client side code in browser with server communication?

Hey Guys, i want to make a 2d game. I know C++, C#, javascript. I want my game to run in a browser so a user doesnt need to run an exe. I want the game to be multiplayer so it needs server ...