Smith Homework 2
Description
Modification of TcpExample3 and adding some code to implement a rock, paper, sciccors game with a client.
The 'Server' class sets up a server that listens for incoming client connections.
The 'Client' class connects to a server running on localhost. It sends user input from the console to the server and displays messages received from the server.