Be sure to ⭐ this repo so you can keep up to date on any daily progress!
First of all, download and install Python and your favourite IDE (I used PyCharm). Python Version 3.6 or higher is required.
Whatever you prefer (e.g. conda or venv)
mkdir myproject
$ cd myproject
$ python3 -m venv venvWindows:
venv\Scripts\activateMac / Linux (Create a venv, activate it and install requirements.txt):
. python3 -m venv venv
. venv/bin/activateInstall Dependencies only for Mac/Linux:
. pip install -r requirements.txtStart main.py.
python main.pyThis will open a window named RPS Game as follows:
Press s in your keyboard to start the game. Use rock, paper, scissors gestures to play with the AI and enjoy.
If you want to say thank you or/and support active development of RockPaperScissors:
- Add a GitHub Star to the project.
- Write interesting articles about project on Dev.to, Medium or personal blog.
Together, we can make this project better every day! 😘
- Python 3.9 - Creating Project
- Abhijith Udayakumar - Design & Development - Abhijith14
yes, with attribution.
I value keeping my work open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing this project, and I am proud of it! All I ask of you all is to not claim this effort as your own.
Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/RockPaperScissors. Thanks!




