Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 815 Bytes

Rock, Paper, Scissors Game

Overview

This repository contains a simple Rock, Paper, Scissors game created using Python. The game incorporates the 'random' module for computer moves and includes ASCII art for a visually appealing experience.

How to Play

  1. Clone the repository.
  2. Run the game: rockPaperScissorGame.py.
  3. Follow on-screen instructions to make your move (rock, paper, or scissors).
  4. Enjoy!

Features

  • Classic game interaction.
  • Randomized computer moves.
  • ASCII art visuals.
  • Additionally, a simple scoring system has been implemented where user scores and computer scores are counted throughout the game. At the end of the game, the winner is declared based on the accumulated scores.

Requirements

  • Python 3

Feel free to contribute or enjoy the game! 🪨📃✂️