Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 523 Bytes

File metadata and controls

17 lines (13 loc) · 523 Bytes

Rock-paper-Scissors-Code-with-Python

An complete rock, paper & scissors game built using python by having the random library and adding ascii art for better user experience!

Also the code was a part of the 100 Days code challenge by Angela Yu - London App Brewery

This code was bulit with the learnign of concepts such as :

  • Py datatypes
  • module/library
  • Logical statements

Here the Rock Paper & Scissors are denoted by numbers Rock - 0 Paper - 1 Scissors - 2

and then followed up by the rules of the game!