Rock-Paper-Scissors-Using-Socket-Server

About

This is a project for the class: 18CSC302J – Computer Networks by Dr. S.Babu

Contributors

  • Yash Joshi – RA1911003010087
  • Naman Jain – RA1911003010090

Overview

This is a simple game of rock-paper-scissors developed in Python. It allows two players to play with one another on different command lines through networking. The server starts the game by first running server.py, waiting for the client to connect by then running client.py. Once their connected, the game itself starts.

GitHub

https://github.com/namannj15/Rock-Paper-Scissors-Using-Socket-Server