Skip to content

kevupton/CAB403

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# navigate to the root directory with the make file in it

#### BUILDING ##############
# run:
make all
############################


######### RUNNING ##########

# navigate to inside the bin directory:
cd bin

# Make sure that "Authentication.txt" and "hangman_text.txt" are located in the bin directory.
# run the server:

./server {port}

# then run the client

./client {ip_address} {port}

# replacing {ip_address} with the ip address of the server and {port} with the port that it listens to.

###########################



https://github.com/kevupton/CAB403/