Skip to content
Snippets Groups Projects
user avatar
tjsus authored
fcb0c58d
History
user avatar fcb0c58d

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.