Skip to content

ebodnar1/se3313-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SE3313 2022-23 Group Project

Multi-Transaction, Multi-User Hangman Game

Ethan Bodnar, Keon Jin, Kevin Jing, Shirley Wang

Starting the Application

To run:
Make sure everything is built: run make
Start a server: run ./Server
   To run on a specific port: run ./Server -p {portNumber}
Enter the game with a client: run ./Client
   To run on a specific port: run ./Client -p {portNumber}
   To run with a specific username: run ./Client -n {username}
   You should combine these flags ie. ./Client -n User1 -p 2001
There must be a server running on the port you want to join as a client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •