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.
- Clone the repository.
- Run the game:
rockPaperScissorGame.py
. - Follow on-screen instructions to make your move (rock, paper, or scissors).
- Enjoy!
- 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.
- Python 3
Feel free to contribute or enjoy the game! 🪨📃✂️