This project is a web-based implementation of the classic Stone Paper Scissors game. Built with HTML, JavaScript, and TailwindCSS, it offers an interactive and responsive user interface for players to enjoy the game on various devices.
- Responsive Design: Built with TailwindCSS for seamless adaptability across devices.
- Interactive Gameplay: Engaging game logic implemented with JavaScript.
- Customizable: Easily tweak styles and logic for personalized versions.
- Instant Feedback: Players immediately know the game results with intuitive visuals and messages.
Clone this repository:
git clone https://github.com/Abhiraj05/stone_paper_scissors.git
- Open the game in your web browser.
- Choose one of the three options: Stone, Paper, or Scissors.
- The computer randomly selects its choice.
- The result of the match is displayed instantly:
- Stone beats Scissors
- Paper beats Stone
- Scissors beats Paper
- HTML: Markup for structuring the game.
- JavaScript: Logic for gameplay and user interaction.
- TailwindCSS: Styling framework for responsive and modern UI.