ucsb-cs56-projects / cs56-games-poker

-
MIT License
2 stars 11 forks source link

Create multiplayer client functionality #69

Open kailashbaas opened 6 years ago

kailashbaas commented 6 years ago

This assumes that the server is set up and that the game has been refactored such that multiplayer is possible (no longer assumes the game is Player vs. AI). This issue relates to how each user's client interacts with the server hosting the game.

(150 pts)

sean-shelton commented 6 years ago

F17 OK (150 pts)

Sierrasch commented 6 years ago

To clarify, this should allow the user to play against other human players. If allowing more than 2 players has been implemented, this should support that as well.

Sierrasch commented 6 years ago

W18 OK (200 pts)