A simple Rock-Paper-Scissors game written in Python.
This project is part of my Python learning journey and is created for practice and fun.
- Play against the computer
- Input validation (rock / paper / scissors)
- Score tracking (win / lose / tie)
- Reset score anytime
- Simple and beginner-friendly code
- Make sure Python 3.x is installed
- Run the file using:
Rock Paper Scissors Game.py
๐ Commands rock, paper, scissors โ play the game
reset โ reset the score
exit โ quit the game
๐ฑ Purpose This project is not meant to be perfect or advanced. It is a practice project to help me understand:
Functions
Loops
Conditions
Basic game logic
Code structure
๐ Future Improvements Add GUI
Add sound effects
Add score limit (e.g. first to reach 3 wins)
Learning step by step ๐ Mistakes included โ thatโs part of the journey!