Skip to content

DuyHuynh153/online-simple-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Rock Paper Scissors Online Game with Python Socket

This repository contains a simple implementation of the classic Rock Paper Scissors game built using Python sockets for online multiplayer functionality.

Rock Paper Scissors

Description

This project allows two players to connect to a server and play Rock Paper Scissors against each other in real-time over a network connection. It demonstrates basic socket programming concepts in Python and offers a fun way to engage in a timeless game with friends remotely.

Playe Againt other

Rock Paper Scissors

Installation

To run this game on your local machine, you can clone this repository using the following command:

git clone https://github.com/DuyHuynh153/online-simple-game.git
``` install pygame
pip install pygame


```run
**Run Server**: python3 server_game.py
**Run client**: python3 client_game.py ( 2 times )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages