Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

Multiplayer Network Game Texas Roulette Poker Game

Language: C Operating System: UNIX based OS

Instructions to play the game:

  1. Compile the game server using the command gcc p_server.c -o p_server and run p_server.
  2. Compile the game client using the command gcc p_client.c -o p_client and run p_client.
  3. Enjoy Roulette Poker :)