- Ming Yang @min-gy
- Ryan Berndt @rberndt
- Karl Everett @karlkniel
- Daniel Delgado @danelgado
- Erin Anderson @EMA1054
- Nick Cerillo @nacerillo
Inside src folder, Client.o and Server.o is already build ready to be run. After modifying code, build project again using below commands.
Clone repository to local path. In command line, navigate to local path that repository resides, go into src folder, and build client using g++ GameMain.cpp -o client.o
Run client using ./client.o and arguments of IP address of server, port number you're currently connecting to, tournamnet password, team username, team password. All five arguments are separated by a single space, without brackets "<>".
./client.o <server IP address> <port connecting to> <tournament password> <team username> <team password>
Found in issues section
Link to document on Google Doc: https://docs.google.com/document/d/1c4_Z68C9Obqw9wEruQ9xTInvSAOtoNk4dAQDBj6ue2w/edit?usp=sharing