python-game

🎮 Rock-Paper-Scissors Game (Python)

📌 Description

This project is a simple implementation of the classic Rock-Paper-Scissors game built using Python in a Jupyter Notebook. The game allows a user to play against the computer, which makes random choices. It demonstrates basic programming concepts such as conditional statements, loops, and user input handling.

🚀 Features

🛠️ Technologies Used

🎯 How It Works

  1. User selects Rock, Paper, or Scissors
  2. Computer randomly selects an option
  3. The program compares both choices
  4. Result is displayed (Win / Loss / Draw)

▶️ How to Run

  1. Open the notebook in Jupyter Notebook or Google Colab
  2. Run all cells
  3. Enter your choice when prompted

📚 Concepts Used

https://swayam-12345.github.io/python-game/