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.
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.