-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a client/server architecture #6
Comments
I'd like to separate this as far as possible, so that you could write a generic client in, say, golang. This means sending texture data over the wire, and minimizing client-side processing in general. Clients should render, and send controls. |
Do you intend to make it python3 only? If so, I might clean up some legacy parts. |
Yeah, that's the intent. I don't see a clean way to do networking otherwise. |
If you decide not to, let me know what legacy parts stand out. Thanks for the help either way. |
Our core datatype is a key value store, so something like might let as do reasonable multi-server gameworlds. |
Exact implementation details definitely need to be discussed. But I recommend a dead-simple implementation using python 3.5's async features, which #1 allows.
The text was updated successfully, but these errors were encountered: