🎮 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
- Play against the computer
- Randomized computer choices
- Multiple rounds of gameplay
- Displays result after each round (Win/Loss/Draw)
- Simple and interactive command-line interface
🛠️ Technologies Used
🎯 How It Works
- User selects Rock, Paper, or Scissors
- Computer randomly selects an option
- The program compares both choices
- Result is displayed (Win / Loss / Draw)
▶️ How to Run
- Open the notebook in Jupyter Notebook or Google Colab
- Run all cells
- Enter your choice when prompted
📚 Concepts Used
- Conditional Statements (if-else)
- Loops
- Random Module
- User Input Handling
🔗 Project Link
https://swayam-12345.github.io/python-game/