A classic Rock Paper Scissors game built with HTML, CSS, and JavaScript where players can challenge the computer in an exciting best-of-five series!
- Demo
- Features
- Screenshots
- Technologies Used
- Getting Started
- Game Rules
- Future Enhancements
- Contributing
- Author
Try out the game here: Live Demo
- Interactive gameplay against computer AI
- Real-time score tracking
- Best-of-five game series format
- Responsive design for all devices
- Animated hand gestures
- Local storage to save game history
- Clean and modern user interface
- HTML5
- CSS3
- JavaScript (ES6+)
- Git for version control
- GitHub Pages for hosting
- A modern web browser
- Basic understanding of HTML/CSS/JavaScript
- Clone the repository
git clone https://github.com/your-username/rock-paper-scissors.git
- Navigate to the project directory
cd rock-paper-scissors
- Open index.html in your browser
open index.html
- Player selects one of three options: Rock, Paper, or Scissors
- Computer randomly selects its move
- Winner is determined by the following rules:
- Rock crushes Scissors
- Scissors cuts Paper
- Paper covers Rock
- First to win 3 rounds wins the game
- Scores are tracked and displayed throughout the game
- Multiplayer mode
- Different difficulty levels for AI
- Additional weapons (Rock, Paper, Scissors, Lizard, Spock)
- User accounts and global leaderboard
- Customizable themes
- Achievement system
- Fork the repository
- Create your feature branch
git checkout -b feature/AmazingFeature
- Commit your changes
git commit -m 'Add some AmazingFeature'
- Push to the branch
git push origin feature/AmazingFeature
- Open a Pull Request
Md Shahil
- Inspiration from classic arcade games
- Icons provided by Font Awesome