Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 562 Bytes

Online-rock-paper-scissor

Description: An online rock-paper-scissor. This project was created using python 3.9, pygame and the sockets module from python3. It runs on a basic client server system where a server script handles all incoming connections and game management. The clients simply hanlde the UI and game play.

Required:

  • Python 3.x
  • pygame

TO MAKE THIS CODE WORK...

You will need to change the server address from within the following two files:

  • network.py
  • server.py
  • You can run both the client files to add a new player to the game.