Skip to content

Abhijith14/RockPaperScissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Be sure to ⭐ this repo so you can keep up to date on any daily progress!

Project_CONNECT version   python version   project type   license


📕 Installation

First of all, download and install Python and your favourite IDE (I used PyCharm). Python Version 3.6 or higher is required.

🕷️ Create an environment

Whatever you prefer (e.g. conda or venv)

mkdir myproject
$ cd myproject
$ python3 -m venv venv

🕷️ Activate the venv folder

Windows:

venv\Scripts\activate

Mac / Linux (Create a venv, activate it and install requirements.txt):

. python3 -m venv venv
. venv/bin/activate

🕷️ Install Dependencies

Install Dependencies only for Mac/Linux:

. pip install -r requirements.txt

💻 Run Project

Start main.py.

python main.py

This 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.


⭐️ Project assistance

If you want to say thank you or/and support active development of RockPaperScissors:

Together, we can make this project better every day! 😘


🛠️ Built With

❤️ Authors

  • Abhijith Udayakumar - Design & Development - Abhijith14


🚨 Forking this repo (please read!)

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.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/RockPaperScissors. Thanks!

Releases

No releases published

Packages

No packages published

Languages