Tagged Questions
3
votes
3answers
203 views
Best way to network the movement of 2D tanks?
I'm working on a multiplayer Flash game with a Python server and I have a quick question regarding how I should send positional updates for tanks for other players.
Should I choose
Option A:
When ...
1
vote
1answer
485 views
MMO Proxy Server
I am building an MMO and someone told me I should never have my application interfacing directly with the net, and that I should have a local proxy. This makes sense, with security issues and scaling ...
3
votes
1answer
795 views
Python or C server hosting for indie development
I've written a lot of the game, but it's singleplayer. Now we want to join up and play together.
I want to host it like an MMO, but haven't got any personal ability to host (no static IPs or direct ...