A modern Rock Paper Scissors web game built using Python Flask with an animated interface, countdown timer, score tracking, and interactive gameplay against the computer.
- Countdown timer adds excitement and quick decisions
- Live score tracking for player, computer, and ties
- Modern animated UI with responsive design
- Session-based score persistence
- Fun visual effects and confetti when the player wins
- Final game summary screen
- Restart the game anytime
- Python
- Flask
- HTML5 + CSS3
- JavaScript
Rock_Paper_Scissors/
โโโ app.py
โโโ requirements.txt
- Clone the repository
git clone https://github.com/Agent-A345/Rock-Paper-Scissors.git
- Install dependencies
pip install -r requirements.txt
- Run the program
python app.py
- Choose Rock, Paper, or Scissors before time runs out.
- The computer makes its move automatically.
- The result and scores are displayed instantly.
- Continue playing or quit to see the final results.
- Online leaderboard system
- Multiplayer mode
- User login system
- Database integration for score storage
- Mobile-first UI improvements