Skip to content

Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choose the same option, it's a tie.

License

Notifications You must be signed in to change notification settings

venkat-0706/Rock-Paper-Scissor-game

Repository files navigation

Rock, Paper, Scissors Project: A Retrospective

Project Process and Implementation:

  1. Problem Definition: Clearly defined the game's rules and objectives.
  2. Algorithm Design: Created a flowchart or pseudocode to outline the game's logic.
  3. Language Selection: Chose Python for its simplicity and readability.
  4. Input/Output: Implemented functions to get user input and display game results.
  5. Randomization: Used Python's random module to generate computer choices.
  6. Game Logic: Implemented conditional statements to determine the winner based on the rules.
  7. User Interface: Created a basic interface for input and output.

Outcomes:

  • Functional Game: Successfully implemented a playable Rock, Paper, Scissors game.
  • User Interaction: Provided a user-friendly experience with clear prompts and feedback.
  • Randomized Outcomes: Ensured fair gameplay with random computer choices.
  • Correct Decision-Making: Accurately determined winners based on the game's rules.

Learnings:

  • Programming Fundamentals: Reinforced understanding of variables, conditional statements, and functions.
  • Algorithm Design: Practiced breaking down a problem into smaller steps.
  • Random Number Generation: Learned to use the random module effectively.
  • User Experience: Gained insights into creating a user-friendly interface.
  • Testing and Debugging: Developed skills in identifying and fixing errors.

About

Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choose the same option, it's a tie.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published