ucsb-cs56-projects / cs56-games-hangman

-
2 stars 10 forks source link

Team mode in multiplayer #83

Open brjohnson61 opened 6 years ago

brjohnson61 commented 6 years ago

This would allow you and 1 or more teammates to work together to guess a word in online multiplayer. (Very Hard)

Helpful hints and tricks: -Establish an ongoing socket connection/http requests. -create new methods called setWin(), setLost(), and getHasWon(). -create new class to manage buffer and sending and receiving information. -handle concurrency issues with two people guessing at the same time.

YunSuk commented 6 years ago

F17 OK. 1000 points. This issue could be broken up into 2 or more issues.

brianslee commented 6 years ago

W18 Ok 1000 Points