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:
- Make sure you have python installed and setup on your system. App is tested on Python 2.7
- Download or clone the repository
- To start the server: python game_server.py
- Click "Start" button on the Server window
- Lauch two clients. To start a client: python game_client.py
- Enter player name and click on "Connect" button
- The game starts when two clients (players) are connected.
- Enjoy!