This project was created to explore the relationships of a server/client pair and how their interactions are different when built on TCP(connection-oriented) vs UDP(connectionless) sockets. Each ...
This project implements an interactive Multiplayer Trivia Game using UDP Socket Programming. It enables multiple players (clients) to compete by answering trivia questions while the server ...