Welcome to the game war Rock Paper Scissors
In order to launch this game you need python and pygame framework
To install pygame, run on your console command:
if you use windows:
py -m pip install -U pygame
if macos:
python3 -m pip install -U pygame
After the installation, just run the main.py file.
Enjoy!