ShivamVashisth28 / 2-player-game

https://2-player-game-theta.vercel.app
2 stars 5 forks source link

2-Player-Game

This project is a simple Rock-Paper-Scissors game built with React. It includes a user-friendly interface that allows players to select their choice, compare it against a randomly generated CPU choice, and display the scores. The game is interactive, visually appealing with dynamic styles, and provides a refresh button to reset the game.

Features

Game Rules

How to Run the Project

  1. Clone the repository:

    git clone https://github.com/yourusername/2-player-game.git
    
  2. Navigate to the project directory:

    cd 2-player-game
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev