joelewis43 / CS463

0 stars 0 forks source link

GameControllerServer - Implementation for Clients in Menus #23

Open GendronD opened 5 years ago

GendronD commented 5 years ago

Server needs functionality for recognizing when both clients are ready to leave the menus and begin the game. A simple while loop with the server listening for a command from the client should do. When both clients are ready, the server leaves the loop and continues on.