Skip to content

saraanbih/Stone-Paper-Scissors-Project

Repository files navigation

Scissors, Paper, Stone Game

This is my first project: Scissors, Paper, Stone — a fun game where you play against the computer! The outcome is based on the choices made by you and the computer.


How the Game Works

  • Both you and the computer will make a choice: Scissors, Paper, or Stone.
  • The winner is determined by these rules:
    1. Scissors beats Paper (Scissors cuts Paper).
    2. Paper beats Stone (Paper wraps Stone).
    3. Stone beats Scissors (Stone smashes Scissors).
  • If both choose the same option, it's a tie!

Features

  1. Visual Feedback:
    To enhance the experience, I’ve added colors to indicate the result of each round:

    • Green: For a win.
    • Red: For a loss.
    • Yellow: For a draw.
  2. Final Results:
    After playing multiple rounds, the game displays the final results and the final points earned by both you and the computer.


General Idea

This project is a simple implementation of the game with logic to determine the winner based on the rules. It's designed for you to enjoy and practice programming fundamentals.


Getting Started

  1. Clone or download this repository to your local machine.
  2. Run the project in your preferred environment.

Enjoy the Game!

I hope you understand the general idea of this project. Run it and have fun! 🎉

Thank you for checking out my project! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages