Skip to content

karally/Rock_Paper_Scissors_Lizzard_Spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors-Lizzard-Spock (RPSLS)

Note: This is the Assignment 4 of CSC209 Software Tools and System Programming, taught in Summer 2018. No starter code was given. All code was written by me.

Summary

This is an online multiplayer game using socket programming in C. Two players, represented by two processes of the compiled executable of rpsls_client.c, can connect to a server process, the executable of rpsls_server.c, by specifying their IP address and port numbers. Players can choose their move by typing specific characers in the command line, and the client process will wait for the server signal before both players have moved. If either of the players wishes to exit game, server will send game statistics to both players' windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors