A modern twist on the classic Rock-Paper-Scissors game built using Python and Tkinter.
Includes countdown timer, match history, reset functionality, and a cool UI.
- 🧠 Smart result logic (Win/Lose/Draw)
- ⏱ Countdown timer before each move
- 🔄 Restart/reset button
- 📝 Match history log
- 🖌 Custom fonts, colors, and styled buttons
- 📦 Packaged as a
.exe(Windows executable)
Python 3.13.2Tkinter(GUI)randommodulepyinstaller(for .exe generation)
# Clone the repo
git clone https://github.com/Bikash07-git/rock_paper_scissors.git
# Change to directory
cd rock_paper_scissors
# Run the game
python game.py