ucsb-cs56-projects / cs56-games-hangman

-
2 stars 10 forks source link

Multiplayer Race #77

Open brjohnson61 opened 6 years ago

brjohnson61 commented 6 years ago

In its current state, the multiplayer allows two players to try to guess each other's words. By solving this issue, the new version of this legacy code would use socket connections to communicate between the host and the client to determine who has guessed their word first. After the first person wins, the other person loses despite having guesses left. This will make the multiplayer aspect of the game more competitive.

For extra points, create a check box in Matchmaking menu that indicates whether the match will be competitive or not. If the box is checked, instantiate HangmanGame with race mode, otherwise leave it in its current state where you can have as much time as you need to guess your opponent's word.

YunSuk commented 6 years ago

F17 OK. 400 points.

+100 points for nice code design structure

brianslee commented 6 years ago

W18 Ok. 400 Points. +100 for nice code architecture