Skip to content

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

License

Notifications You must be signed in to change notification settings

RohitNagraj/RockPaperScissors-Online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages