Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 622 Bytes

File metadata and controls

26 lines (18 loc) · 622 Bytes

Contact Info

Group Members & Email Addresses:

Helen Yang, helen.yang@uky.edu
Asmita Karki, asmita.karki@uky.edu

Versioning

Github Link: https://github.com/hyang373/Computer-Networking_PongProject

General Info

  1. follow the install instructions.
  2. Open pongServer.py and update the LocalIP variable to your variable. Run the server.
  3. When running pongClient.py, connect to the server's IP address and port to join.

Install Instructions

Run the following line to install the required libraries for this project:

pip3 install -r requirements.txt