Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.32 KB

File metadata and controls

59 lines (43 loc) · 1.32 KB

🎮 Rock Paper Scissors – Flask Web Game

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.

🚀 Features

  • 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

🛠️ Technologies Used

  • Python
  • Flask
  • HTML5 + CSS3
  • JavaScript

📂 Project Structure

Rock_Paper_Scissors/
├── app.py
├── requirements.txt

⚙️ Installation

  1. Clone the repository
git clone https://github.com/Agent-A345/Rock-Paper-Scissors.git
  1. Install dependencies
pip install -r requirements.txt
  1. Run the program
python app.py

🎯 Gameplay

  • 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.

📸 Future Improvements

  • Online leaderboard system
  • Multiplayer mode
  • User login system
  • Database integration for score storage
  • Mobile-first UI improvements