Coder Social home page Coder Social logo

rock-paper-scissor-python-game's Introduction

rock-paper-scissor-python-game

Simple python project, presenting Rock Paper Scissor game

Rock, Paper, Scissors Game Explanation

Steps of the Game:

  1. Player and Computer Choices:

    • The player initiates the game.
    • The player selects one of three choices: Rock, Paper, or Scissors.
    • The computer randomly selects one of the same three choices.
  2. Determining the Winner:

    • Rock beats Scissors (Rock crushes Scissors)
    • Scissors beats Paper (Scissors cut Paper)
    • Paper beats Rock (Paper covers Rock)
  3. Algorithm for Determining the Winner:

    • If the player's choice matches the computer's choice, it's a tie.
    • If the player's choice beats the computer's choice based on the above rules, the player wins.
    • If the computer's choice beats the player's choice based on the above rules, the computer wins.
  4. Outcome Display:

    • Display the choices made by both the player and the computer.
    • Display the outcome of the game: whether it's a win, loss, or tie.
  5. Repeat or End:

    • After each round:
      • Ask the player if they want to play again.
      • If the player chooses to continue, the game restarts.
      • If the player chooses not to play again, the game ends.

rock-paper-scissor-python-game's People

Contributors

alaa-electr0n avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.