Skip to content

bipinthecoder/rock-paper-scissor-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rock-paper-scissor-py

Rock-paper-scissor python shell game

  • The approach used in this repo utilizes the Numpy random() function for the computer to make a decision.
  • Total Number of rounds can be set by the user at the start of the game
  • If the user makes an illegal move 3 times in a row, the game will abort itself.

How to run the project

  • Clone the repo
  • run the python file in terminal using python3 main.py

Releases

No releases published

Packages

No packages published

Languages