A simple and interactive Rock Paper Scissors game built with Flask, HTML, CSS, and JavaScript. Challenge the computer and enjoy real-time gameplay with dynamic score updates and a clean, responsive interface.
- Play against the computer with real-time score updates.
- Automatic game reset when either player scores 10 points.
- Reset button to restart the game manually.
- Responsive design for a seamless experience on any device.
- Styled interface with intuitive gameplay.
- Flask: Backend framework for serving the game.
- HTML & CSS: Frontend structure and styling.
- JavaScript: Game logic and user interactions.
- Clone the repository:
git clone https://github.com/<your-username>/rock-paper-scissors.git cd rock-paper-scissors
- Run the Flask application:
python app.py
- Open your browser and go to:
http://127.0.0.1:5000
- Play the game!
rock-paper-scissors/
├── app.py # Python backend logic
├── static/
│ ├── styles.css # CSS file for styling
│ └── images/ # Folder for hand gesture images
├── templates/
│ └── index.html # HTML file for the UI
└── README.md # Project documentation
Developed by Bhavya Jha