Welcome to my take on the classic Rock, Paper, Scissors game โ coded in Python! ๐
Itโs got a best-of-5 battle, a cheeky cheat mode, and a vibe thatโs just right ๐
- โ User vs Computer
- ๐ชจ Random choices every round
- ๐ Secret
godmode
(always win!) - ๐งฎ Score tracking
- ๐ Best of 5 system
- ๐ช Exit anytime with
'exit'
python rock_paper_scissors.py
When prompted, type:
rock
paper
scissors
- or
godmode
(psstโฆ try it ๐)
- Add a GUI version using Tkinter or Pygame ๐จ
- Multiplayer support ๐งโ๐คโ๐ง
- Save match history to a file ๐
- Web version using Flask ๐
rock_paper_scissors.py
โ Main game codeREADME.md
โ You're reading it!
๐จโ๐ป Made with ๐ป by YSR
Feel free to fork, clone, and play around. Pull requests and stars are always welcome โญ