Skip to content

VictorGFM/hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman-game

Hangman game in C++ language using local network, developed in the Computer Networks discipline at UFMG.

Setup

To run this project, follow the steps below.

Run the command make to generate server and client files:

make

Then run the server file, passing the port parameter, for example:

./server 5151

Next, run the client file in another terminal tab, passing the server address and port, for example:

./client 127.0.0.1 5151

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published