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 3.x
- Download or clone the repository.
Recommended virtual env setup
python3 -m venv venv
andsource venv/bin/activate
- 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!