/RockPaperScissors-Online

An online version of Rock Paper Scissors game made with PyGame and Socket

Primary LanguagePythonMIT LicenseMIT

RockPaperScissors-Online

An online version of Rock Paper Scissors game made with PyGame and Socket.
This runs on a server that handles each game individually and each game instance has 2 clients attached to it.
Can be played with anyone anywhere across the world.

Installation

  • Clone the repo
  • Navigate to the directory and run pip install -r requirements.txt
  • Change the local IP addresses of the server in network.py and server.py to your local IP address
    • To deploy on a cloud server, add VM's internal IP in the server.py file and VM's external IP in network.py
  • Run server.py
  • Run as many client.py instances as you want!

Screenshots

Alt Alt Alt

forthebadge