Skip to content

Spring-dot/online-rock-paper-scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages