Skip to content

mukeshmk/rock-paper-scissors

Repository files navigation

rock-paper-scissors

play "Rock Paper Scissors" with your computer using computer vision.

To run the program on your machine:

  1. fork this repo
  2. clone your repo: https://github.com/<your_github_username>/rock-paper-scissors.git
  3. create a virtual environment inside the folder: python -m venv .venv
  4. activate the virtual environment: .venv\Scripts\activate (in case of Windows)
  5. install the required packages for the game to run using: pip install -r requirements.txt
  6. run the code: python file_name.py
  7. make sure to deactivate once your done.

Instructions about the task can be found here

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages