-
Notifications
You must be signed in to change notification settings - Fork 11
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
Create a Poker Server with Chat Server Functionality #39
Comments
m16 okay |
Since the multiplayer server was eliminated in M16 in favor of cleaner codebase, it falls to you to reimplement the multiplayer server while continuing to follow the factory design pattern established in M16. This server should allow two (or more, for more credit) players to play against one another and should incorporate chat functionality instead of requiring a separate chat server. For this reason, it could be implemented on top of the existing chat server if this is found to be practical. |
F16 OK (300 pts) |
F17 OK (300 pts) |
This issue has been changed and partially completed a couple times over the past couple years which is just making this issue confusing. I'm closing this issue and opening new issues that more clearly state these goals. |
Create a Server interface that relays information between the chat and the poker game servers without needing two separate classes.
Estimate: ~300
The text was updated successfully, but these errors were encountered: