Skip to content

Hot Potato Game implementation using multiple TCP connections

Notifications You must be signed in to change notification settings

rijish45/Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket-Programming

The objective of this project was to implement the Hot-Potato game using multiple TCP connections.

  1. To run the ringmaster on a terminal
make
./ringmaster <port-num> <number of players> <number of hops>
  1. To run the player on a terminal
make
./player <ringmaster host-name> <ringmaster port-num>

About

Hot Potato Game implementation using multiple TCP connections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published