Skip to content

nihalmpatel/rolling-dice-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The Rolling Dice Game

Advanced System Programming Project - University of Windsor

Multiplayer dice game based on client-server architecture.

Run Locally

  1. Clone the repository: git clone https://github.com/nihalmpatel/rolling-dice-game

  2. cd into project directory: cd rolling-dice-game

  3. Open terminal and run server program (server.c): gcc server.c -o server ./server <<PORT_NO>>

  4. Open terminal and run client program (client.c): gcc client.c -o client ./client <<SERVER_IP>> <<SERVER_PORT_NO>>

Preview: preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages