Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 356 Bytes

Rock, Paper, Scissors Game 🪨📄✂️

A simple implementation of the Rock, Paper, Scissors game in Python. The user plays against the computer in this classic hand game.

Features

  • Choose between Rock, Paper, or Scissors
  • Random choice by the computer
  • Display the result of each round
  • Play multiple rounds until the user chooses to exit