Skip to content

This repository contains complete source codes for a network rock-paper-scissors game

Notifications You must be signed in to change notification settings

tomyjwu/network_rock_paper_scissors_game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network_rock_paper_scissors_game

This repository contains complete source codes for a network rock-paper-scissors game. See game session video here: https://youtu.be/-WJN1uhbUhw

To run the application:

  1. Make sure you have python installed and setup on your system. App is tested on Python 3.x
  2. Download or clone the repository. Recommended virtual env setup python3 -m venv venv and source venv/bin/activate
  3. To start the server: python game_server.py
  4. Click "Start" button on the Server window
  5. Lauch two clients. To start a client: python game_client.py
  6. Enter player name and click on "Connect" button
  • The game starts when two clients (players) are connected.
  • Enjoy!

About

This repository contains complete source codes for a network rock-paper-scissors game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%