Tagged Questions
3
votes
2answers
381 views
How do I sync entity ids with the server and client?
I'm continuing my experimentation with entity component design by making a multiplayer space/trading/combat game with python and panda3d. My component system is a simple version of java's artimis. The ...