Skip to content

A sample project to demonstrate multiple clients, single server socket programming usage in the context of a game environment

Notifications You must be signed in to change notification settings

murtraja/cpp-networking-ChatterG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-networking-ChatterG

A sample project to demonstrate multiple clients, single server socket programming usage in the context of a game environment

A very quick and dirty networking assignment that involves

  1. A server who hosts a game simulation
  2. Clients who provide input, and send it to server
  3. Server runs the simulation based on the inputs, sends the updated state to all the clients

Plus Feature: Any number of clients can join the game any time, they will get the updated state

About

A sample project to demonstrate multiple clients, single server socket programming usage in the context of a game environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published