-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multiplayer Mode #22
Comments
That would be great! Here is an example: It only displays the list of players currently connected to the server. But that's a start!
Then the client (try to run several clients from the command line, to close one of them, restart them etc...):
Basically we need to replace the loop controlled by Pygame by a loop controlled by Twisted. |
Integrate the ability to row online against others. What's the best way of doing that? Could this be a specific Boat? Could this be some kind of WorkoutLogic?
The text was updated successfully, but these errors were encountered: