Skip to content

Abhiraj05/stone_paper_scissors

Repository files navigation

Stone Paper Scissors Game

Overview

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.

Features

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

Installation and Setup

Clone this repository:

git clone https://github.com/Abhiraj05/stone_paper_scissors.git

How to Play

  1. Open the game in your web browser.
  2. Choose one of the three options: Stone, Paper, or Scissors.
  3. The computer randomly selects its choice.
  4. The result of the match is displayed instantly:
    • Stone beats Scissors
    • Paper beats Stone
    • Scissors beats Paper

Technologies Used

  • HTML: Markup for structuring the game.
  • JavaScript: Logic for gameplay and user interaction.
  • TailwindCSS: Styling framework for responsive and modern UI.