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.
Clone the repository:
git clone https://github.com/yourusername/2-player-game.git
Navigate to the project directory:
cd 2-player-game
Install dependencies:
npm install
Start the development server:
npm run dev