About The System

To introduce myself into the networking systems and concepts of C++, I made a networked chatroom that can transfer messages across devices on the same server. It involves a server side to be setup and multiple client sides to connect to it. Any requested message is sent to the server and relayed to all other memebers depending on which server room they are in. Other features include text-based games such as rock-paper-scissors and hangman, and renaming yourself for all other members to better identify you.

Screenshots and Videos